commit 63b104153575b0eeb62e5e7d1eb942c11cc93821
parent 8080459d5ec1f431b1e4a178be6767b954e196ca
Author: falkTX <falktx@falktx.com>
Date: Sat, 19 Jun 2021 13:56:40 +0100
KnobEventHandler should has vertical mode by default
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dgl/src/EventHandlers.cpp b/dgl/src/EventHandlers.cpp
@@ -290,7 +290,7 @@ struct KnobEventHandler::PrivateData {
valueTmp(value),
usingDefault(false),
usingLog(false),
- orientation(Horizontal),
+ orientation(Vertical),
state(kKnobStateDefault),
lastX(0.0),
lastY(0.0) {}