|
@@ -93,6 +93,7 @@ namespace PixiEditor.ViewModels.SubViewModels.Main
|
|
|
|
|
|
public void SetActiveTool(Tool tool)
|
|
public void SetActiveTool(Tool tool)
|
|
{
|
|
{
|
|
|
|
+ if (ActiveTool == tool) return;
|
|
MoveToolIsTransient = false;
|
|
MoveToolIsTransient = false;
|
|
bool shareToolbar = IPreferences.Current.GetPreference<bool>("EnableSharedToolbar");
|
|
bool shareToolbar = IPreferences.Current.GetPreference<bool>("EnableSharedToolbar");
|
|
if (ActiveTool != null)
|
|
if (ActiveTool != null)
|