diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:21:21 +0100 |
| commit | be3aa4b102205b58c33d7bdfbfee743b5f6a5255 (patch) | |
| tree | c6de8dbb7f7878d62b493ff0f4b9eec024304a9b /src/wx/timeline.h | |
| parent | 454a961e1a03f60cf05040b832c4f8f01b481fa7 (diff) | |
Make timeline non-modal.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 48aebc637..1993eb9c2 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -30,6 +30,7 @@ public: private: void paint (wxPaintEvent &); + void playlist_changed (); static int const _track_height; |
