This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Meters UI is user resizable
pull/83/head
falkTX
6 years ago
parent
b526e381cc
commit
0a0f45fb2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Meters/ExampleUIMeters.cpp
+ 1
- 1
examples/Meters/ExampleUIMeters.cpp
View File
@@ -34,7 +34,7 @@ class ExampleUIMeters : public UI
{
public:
ExampleUIMeters()
: UI(128, 512),
: UI(128, 512
, true
),
// default color is green
fColor(93, 231, 61),
// which is value 0
Write
Preview
Loading…
Cancel
Save