diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-15 16:41:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-15 16:41:04 +0100 |
| commit | 89cd28f73417782462bc23425de65eb087b5967b (patch) | |
| tree | d9d253307f083fc2caa1f852cf686b01b32cd774 /src/wx/wx_util.cc | |
| parent | 45f9912aa850546e319e32a4052517d67f4e3d8f (diff) | |
Improve layout of properties window.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 20fd2df75..515550e59 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -151,6 +151,7 @@ void ThreadedStaticText::thread_finished (wxCommandEvent& ev) { SetLabel (ev.GetString ()); + Finished (); } string |
