Rework of keyboard shortcut dialog layout -> use wxNotebook at left

This commit is contained in:
Enrico Turri
2020-02-11 15:01:32 +01:00
parent 68594b82a0
commit e75394ef6f

View File

@@ -13,7 +13,7 @@
#define LISTBOOK_LEFT 4
#define TOOLBOOK 5
#define CHOICEBOOK 6
#define BOOK_TYPE NOTEBOOK_TOP
#define BOOK_TYPE NOTEBOOK_LEFT
#if (BOOK_TYPE == NOTEBOOK_TOP) || (BOOK_TYPE == NOTEBOOK_LEFT)
#include <wx/notebook.h>