reorder initiation

This commit is contained in:
yggverse 2024-07-12 18:13:41 +03:00
parent 3d48e20809
commit 9b0ba4873b

View file

@ -103,13 +103,6 @@ class Tab
$this->container
);
if ($request)
{
$page->open(
$request
);
}
$this->gtk->append_page(
$page->gtk,
$page->title->gtk
@ -120,6 +113,13 @@ class Tab
$this->_reorderable
);
if ($request)
{
$page->open(
$request
);
}
if ($focus)
{
// Focus on appended tab