Skip to content

Commit 559024c

Browse files
committed
gestures/float: fix typo
1 parent 16c18dd commit 559024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/input/trackpad/gestures/FloatGesture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CFloatTrackpadGesture::CFloatTrackpadGesture(const std::string_view& data) {
2121
if (lc.starts_with("float"))
2222
m_mode = FLOAT_MODE_FLOAT;
2323
else if (lc.starts_with("tile"))
24-
m_mode == FLOAT_MODE_TILE;
24+
m_mode = FLOAT_MODE_TILE;
2525
else
2626
m_mode = FLOAT_MODE_TOGGLE;
2727
}

0 commit comments

Comments
 (0)