Skip to content

Commit

Permalink
*Fixed a shortcut issue on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-t committed Feb 6, 2021
1 parent cf33137 commit 9b1dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace_sketchbook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ void WorkspaceSketchbook::shortcuts(class Window* wnd, class Renderer* rnd, cons
}
if (tab && io.KeyCtrl && !io.KeyShift)
Operations::editSwitchAsset(rnd, this, project);
if (w && modifier)
if (w && io.KeyCtrl)
editingClosing(true);

// Project operations.
Expand Down

0 comments on commit 9b1dc98

Please sign in to comment.