This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix InfoLabel text color when switching UI themes.
tags/v2.3.0
Andrew Belt
1 year ago
parent
5759ab3d0c
commit
13aad032f4
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/MenuBar.cpp
+ 2
- 0
src/app/MenuBar.cpp
View File
@@ -936,6 +936,8 @@ struct InfoLabel : ui::Label {
text += APP_NAME + " " + APP_EDITION_NAME + " " + APP_VERSION + " " + APP_OS_NAME + " " + APP_CPU_NAME;
color = bndGetTheme()->menuTheme.textColor;
Label::step();
}
};
Write
Preview
Loading…
Cancel
Save