diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-07 22:49:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-07 22:49:27 +0000 |
| commit | 740c1003590d4af8112939a775f2a0b20b2f5ae7 (patch) | |
| tree | 07e4e1c984c95d0b879800a87796d51842bfa308 /src/wx/fonts_dialog.h | |
| parent | 1355b2068548aa14a054d7dac31cb6589ab5430f (diff) | |
Update sensitivity of Set File button correctly.
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index c7ca789b8..76eae3ec2 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,6 +31,8 @@ public: private: void setup (); void set_file_clicked (); + void update_sensitivity (); + void selection_changed (); boost::weak_ptr<SubtitleContent> _content; wxListCtrl* _fonts; |
