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 ba6b787 commit 276ab3eCopy full SHA for 276ab3e
src/Widgets/MultitaskingView/WorkspaceRow.vala
@@ -50,7 +50,7 @@ public class Gala.WorkspaceRow : ActorTarget, Focusable {
50
}
51
52
public override bool move_focus (FocusDirection direction) {
53
- var child_index = -(int) get_current_commit (SWITCH_WORKSPACE);
+ var child_index = - (int) get_current_commit (SWITCH_WORKSPACE);
54
return ((Focusable) get_child_at_index (child_index)).focus (direction);
55
56
0 commit comments