|
@@ -2580,9 +2580,7 @@ begin
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
|
|
|
|
- if Assigned(QuickViewPanel) then
|
|
|
|
- Commands.cm_QuickView(['Close']);
|
|
|
|
-
|
|
|
|
|
|
+ QuickViewClose;
|
|
UpdatePrompt;
|
|
UpdatePrompt;
|
|
UpdateTreeViewPath;
|
|
UpdateTreeViewPath;
|
|
UpdateMainTitleBar;
|
|
UpdateMainTitleBar;
|
|
@@ -4974,7 +4972,7 @@ begin
|
|
else
|
|
else
|
|
Exit(1);
|
|
Exit(1);
|
|
end;
|
|
end;
|
|
- if Assigned(QuickViewPanel) then QuickViewClose;
|
|
|
|
|
|
+ QuickViewClose;
|
|
ANoteBook.RemovePage(iPageIndex);
|
|
ANoteBook.RemovePage(iPageIndex);
|
|
|
|
|
|
if UserAnswer=mmrAll then Result:=3 else Result:= 0;
|
|
if UserAnswer=mmrAll then Result:=3 else Result:= 0;
|
|
@@ -5128,6 +5126,8 @@ var
|
|
begin
|
|
begin
|
|
if Destination<>tclNone then
|
|
if Destination<>tclNone then
|
|
begin
|
|
begin
|
|
|
|
+ QuickViewClose;
|
|
|
|
+
|
|
// 1. Normalize our destination side and destination to keep in case params specified active/inactive
|
|
// 1. Normalize our destination side and destination to keep in case params specified active/inactive
|
|
if ((Destination=tclActive) and (ActiveFrame=FrameLeft)) OR ((Destination=tclInactive) and (NotActiveFrame=FrameLeft)) then Destination:=tclLeft;
|
|
if ((Destination=tclActive) and (ActiveFrame=FrameLeft)) OR ((Destination=tclInactive) and (NotActiveFrame=FrameLeft)) then Destination:=tclLeft;
|
|
if ((Destination=tclActive) and (ActiveFrame=FrameRight)) OR ((Destination=tclInactive) and (NotActiveFrame=FrameRight)) then Destination:=tclRight;
|
|
if ((Destination=tclActive) and (ActiveFrame=FrameRight)) OR ((Destination=tclInactive) and (NotActiveFrame=FrameRight)) then Destination:=tclRight;
|