Added tooltips for mode buttons.

+ some clean of an unused code
+ fix of #1861
This commit is contained in:
YuSanka 2019-02-26 10:50:00 +01:00
parent 7067cef812
commit 5cc86c49b9
4 changed files with 24 additions and 34 deletions

View file

@ -906,6 +906,8 @@ private:
wxBitmap m_bmp_on;
wxBitmap m_bmp_off;
wxString m_tt_selected;
wxString m_tt_focused;
};