|
@@ -2166,7 +2166,7 @@ begin
|
|
if Length(Errors)>0 then
|
|
if Length(Errors)>0 then
|
|
begin
|
|
begin
|
|
topmost := LazPaintInstance.HideTopmost;
|
|
topmost := LazPaintInstance.HideTopmost;
|
|
- QuestionDlg (rsError,rsFollowingErrorsOccured+ LineEnding+ Errors, mtError,[11,rsOkay],'');
|
|
|
|
|
|
+ QuestionDlg (rsError,rsFollowingErrorsOccurred+ LineEnding+ Errors, mtError,[11,rsOkay],'');
|
|
LazPaintInstance.ShowTopmost(topmost);
|
|
LazPaintInstance.ShowTopmost(topmost);
|
|
end;
|
|
end;
|
|
for i := 0 to high(loadedLayers) do
|
|
for i := 0 to high(loadedLayers) do
|