1
0
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:
Paul Licameli 2020-05-27 20:47:53 -04:00
parent a57b63c63f
commit ae966c88cc

View File

@ -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 {