|
@@ -298,6 +298,8 @@ namespace PDF_Office.Views.HomePanel.PDFTools
|
|
|
var targetId = target.ToolTypeId;
|
|
|
source.ToolTypeId = targetId;
|
|
|
target.ToolTypeId = sourceId;
|
|
|
+ source.IsQuickTool = true;
|
|
|
+ target.IsQuickTool = true;
|
|
|
|
|
|
ShortEx.Items.Refresh();
|
|
|
ListBoxCutsWidthChanged(ShortEx);
|