Don't call a 'gb.gtk3' method.

[GB.GTK]
* BUG: Don't call a 'gb.gtk3' method.
This commit is contained in:
gambas 2020-11-10 02:06:11 +01:00
parent 1c478df760
commit 9256c5d1af

View file

@ -275,7 +275,9 @@ gTabStripPage::gTabStripPage(gTabStrip *tab)
g_object_ref(widget);
g_object_ref(fix);
#ifdef GTK3
gt_patch_control(widget, NULL);
#endif
_visible = false;
_picture = NULL;