Skip to content

Commit

Permalink
Fixed quick usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Mar 3, 2022
1 parent 36cbf06 commit 66f94fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PixiEditor/ViewModels/SubViewModels/Main/ToolsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void SetActiveTool<T>()

public void SetActiveTool(Tool tool)
{
if (ActiveTool == tool) return;
MoveToolIsTransient = false;
bool shareToolbar = IPreferences.Current.GetPreference<bool>("EnableSharedToolbar");
if (ActiveTool != null)
Expand Down

0 comments on commit 66f94fe

Please sign in to comment.