mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
Gtk3: removed duplicate call.
This commit is contained in:
parent
81c983adb1
commit
737d206718
@ -5153,7 +5153,7 @@ begin
|
||||
FWidgetType := FWidgetType + [wtNotebook];
|
||||
Result := LCLGtkNotebookNew;
|
||||
FCentralWidget := Result;
|
||||
PGtkNoteBook(FCentralWidget)^.set_scrollable(True);
|
||||
|
||||
if (nboHidePageListPopup in TCustomTabControl(LCLObject).Options) then
|
||||
PGtkNoteBook(FCentralWidget)^.popup_disable;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user