KBShortcutsDialog is changed to ScrollWindow

This commit is contained in:
YuSanka 2019-08-23 09:43:38 +02:00
parent 189312624a
commit 77d793c540
2 changed files with 16 additions and 5 deletions

View file

@ -23,10 +23,10 @@ class KBShortcutsDialog : public DPIDialog
typedef std::vector< Shortcut > Shortcuts;
typedef std::vector< std::pair<wxString, std::pair<Shortcuts, PLACED_SIZER_ID>> > ShortcutsVec;
wxString text_info {wxEmptyString};
wxScrolledWindow* panel;
ShortcutsVec m_full_shortcuts;
ScalableBitmap m_logo_bmp;
ShortcutsVec m_full_shortcuts;
ScalableBitmap m_logo_bmp;
std::vector<wxStaticBitmap*> m_head_bitmaps;
public: