SourceEditor: try to make QT happy

git-svn-id: trunk@24210 -
This commit is contained in:
martin 2010-03-25 15:38:38 +00:00
parent d6a4a9f651
commit c4daaafe0c

View File

@ -5266,9 +5266,9 @@ begin
if FNotebook.Visible then
NotebookPages.Insert(Index, S)
else begin
Show;
FNotebook.Visible := True;
NotebookPages[Index] := S;
Show;
end;
end;