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
Fix ImageKnob reset to default
gh-pages
falkTX
11 years ago
parent
519a3846bf
commit
109b836f2c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/src/ImageKnob.cpp
+ 1
- 1
dgl/src/ImageKnob.cpp
View File
@@ -314,7 +314,7 @@ bool ImageKnob::onMouse(const MouseEvent& ev)
if ((ev.mod & MODIFIER_SHIFT) != 0 && fUsingDefault)
{
setValue(fValueDef);
setValue(fValueDef
, true
);
fValueTmp = fValue;
return true;
}
Write
Preview
Loading…
Cancel
Save