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
evil tab
pull/255/head
Martin Bångens
4 years ago
parent
f7b0e9972f
commit
e9e911a20f
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/ImageWidgets.cpp
+ 1
- 1
dgl/src/ImageWidgets.cpp
View File
@@ -545,7 +545,7 @@ bool ImageKnob::onMouse(const MouseEvent& ev)
return true;
}
fDragging = true;
fDragging = true;
fLastX = ev.pos.getX();
fLastY = ev.pos.getY();
Write
Preview
Loading…
Cancel
Save