mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Replaced some old macros
This commit is contained in:
parent
0dd3b02728
commit
fce4212ef5
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue