mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Fix Windows build broken by a57b63c63
This commit is contained in:
parent
a57b63c63f
commit
ae966c88cc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user