Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Feb 19, 2022
1 parent cb66ec4 commit e474825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PixiEditor/ViewModels/SubViewModels/Main/ToolsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public void SetActiveTool(Tool tool)

ActiveTool.Toolbar.LoadSharedSettings();


if (LastActionTool != ActiveTool)
SelectedToolChanged?.Invoke(this, new SelectedToolEventArgs(LastActionTool, ActiveTool));

Expand Down

0 comments on commit e474825

Please sign in to comment.