Added background texture to toolbars

This commit is contained in:
Enrico Turri 2018-12-17 10:55:14 +01:00
parent 49202b0698
commit 083c626770
10 changed files with 976 additions and 49 deletions

View file

@ -38,6 +38,8 @@
#define ENABLE_CONSTRAINED_CAMERA_TARGET (1 && ENABLE_1_42_0)
// Use wxDataViewRender instead of wxDataViewCustomRenderer
#define ENABLE_NONCUSTOM_DATA_VIEW_RENDERING (0 && ENABLE_1_42_0)
// Adds background texture to toolbars
#define ENABLE_TOOLBAR_BACKGROUND_TEXTURE (1 && ENABLE_1_42_0)
#endif // _technologies_h_