Browse Source

Replaced some old macros

tags/2021-05-28
Tom Poole 5 years ago
parent
commit
fce4212ef5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      extras/AudioPluginHost/Source/UI/PluginWindow.h

+ 2
- 2
extras/AudioPluginHost/Source/UI/PluginWindow.h View File

@@ -111,8 +111,8 @@ private:
list.scrollToEnsureRowIsOnscreen (log.size() - 1);
}
JUCE_CONSTEXPR static const int maxLogSize = 300;
JUCE_CONSTEXPR static const int logSizeTrimThreshold = 400;
constexpr static const int maxLogSize = 300;
constexpr static const int logSizeTrimThreshold = 400;
ListBox list { "Log", this };


Loading…
Cancel
Save