mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 00:19:27 +02:00
Fix Windows button style on Mac toolbar.
Removing audacity.h also removed #define USE_AQUA_THEME
This commit is contained in:
parent
77f8e63a5b
commit
ea04eef7e4
@ -40,6 +40,10 @@ class ToolDock;
|
||||
|
||||
class ToolBarResizer;
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#define USE_AQUA_THEME 1
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// class ToolBar
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user