Attempt to fix view toolbar background not showing up on Mac when using dark mode

This commit is contained in:
Enrico Turri 2019-12-10 10:56:21 +01:00
parent f6e217171a
commit bdfed9d9ef
6 changed files with 72 additions and 0 deletions

View file

@ -49,4 +49,7 @@
// Enable grayed variant for gizmos icons in non activable state
#define ENABLE_GIZMO_ICONS_NON_ACTIVABLE_STATE (1 && ENABLE_2_2_0_ALPHA1)
// Enable fix for view toolbar background not showing up on Mac with dark mode
#define ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX (1 && ENABLE_2_2_0_ALPHA1)
#endif // _technologies_h_