mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +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;
|
class ToolBarResizer;
|
||||||
|
|
||||||
|
#ifdef __WXMAC__
|
||||||
|
#define USE_AQUA_THEME 1
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// class ToolBar
|
/// class ToolBar
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user