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
Make LedDisplay a Widget instead of OpaqueWidget.
tags/v2.0.0
Andrew Belt
3 years ago
parent
2e34cdf497
commit
df2fcf3cdf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/app/LedDisplay.hpp
+ 1
- 1
include/app/LedDisplay.hpp
View File
@@ -9,7 +9,7 @@ namespace rack {
namespace app {
struct LedDisplay : widget::
Opaque
Widget {
struct LedDisplay : widget::Widget {
void draw(const DrawArgs& args) override;
};
Write
Preview
Loading…
Cancel
Save