mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 10:22:38 +02:00
SourceEditor: try to make QT happy
git-svn-id: trunk@24210 -
This commit is contained in:
parent
d6a4a9f651
commit
c4daaafe0c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user