diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-06 15:41:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-06 15:41:51 +0100 |
| commit | fdf7a3a9d7dbac9fe41a2e96b47f1d053b7b0f76 (patch) | |
| tree | eb7ab3e4d6e58e02aa2677c7f7a51fd05f8687a1 /src/wx/audio_mapping_view.cc | |
| parent | 84be56b8107b812f16b6b244f8184c0983eaed6f (diff) | |
Try to fix lack of redraw on resize on Windows; also corrupted background to checkbox in AudioMappingView.
Diffstat (limited to 'src/wx/audio_mapping_view.cc')
| -rw-r--r-- | src/wx/audio_mapping_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc index a5dacdfc2..878db3af2 100644 --- a/src/wx/audio_mapping_view.cc +++ b/src/wx/audio_mapping_view.cc @@ -59,6 +59,8 @@ public: void Draw (wxGrid& grid, wxGridCellAttr &, wxDC& dc, const wxRect& rect, int row, int col, bool) { + dc.Clear (); + wxRendererNative::Get().DrawCheckBox ( &grid, dc, rect, |
