Gtk3: removed duplicate call.

This commit is contained in:
zeljan1 2025-03-26 13:18:47 +01:00
parent 81c983adb1
commit 737d206718

View File

@ -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;