mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
Fix Windows build broken by a57b63c63
This commit is contained in:
@@ -83,7 +83,7 @@ ExpandingToolBar.
|
||||
#include "../AllThemeResources.h"
|
||||
|
||||
const int kToggleButtonHeight = 8;
|
||||
const int kTimerInterval = 50; // every 50 ms -> ~20 updates per second
|
||||
// const int kTimerInterval = 50; // every 50 ms -> ~20 updates per second
|
||||
const wxRect kDummyRect = wxRect(-9999, -9999, 0, 0);
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user