diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-17 11:24:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-17 11:24:56 +0100 |
| commit | c57c320a47aeb4d921ade5e3ed6a3f0ac59f6238 (patch) | |
| tree | e5523d1d93e6a293a742d225566b858ef541ec13 /src/wx/audio_mapping_view.h | |
| parent | 102c41ceb089d9038beff0850dbe1a40a2aeae48 (diff) | |
Scroll audio mapping view labels with the grid (#919).
Diffstat (limited to 'src/wx/audio_mapping_view.h')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index a1d33ccd6..6d2265784 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -83,6 +83,7 @@ private: void paint_top_labels (); void mouse_moved_left_labels (wxMouseEvent &); void setup_sizes (); + void grid_scrolled (); void off (); void full (); |
