We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c18dd commit 559024cCopy full SHA for 559024c
src/managers/input/trackpad/gestures/FloatGesture.cpp
@@ -21,7 +21,7 @@ CFloatTrackpadGesture::CFloatTrackpadGesture(const std::string_view& data) {
21
if (lc.starts_with("float"))
22
m_mode = FLOAT_MODE_FLOAT;
23
else if (lc.starts_with("tile"))
24
- m_mode == FLOAT_MODE_TILE;
+ m_mode = FLOAT_MODE_TILE;
25
else
26
m_mode = FLOAT_MODE_TOGGLE;
27
}
0 commit comments