1
0
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:
James Crook 2021-05-17 18:56:03 +01:00
parent 77f8e63a5b
commit ea04eef7e4

View File

@ -40,6 +40,10 @@ class ToolDock;
class ToolBarResizer;
#ifdef __WXMAC__
#define USE_AQUA_THEME 1
#endif
////////////////////////////////////////////////////////////
/// class ToolBar
////////////////////////////////////////////////////////////