Browse Source

reorder initiation

PHP-GTK3
yggverse 4 months ago
parent
commit
9b0ba4873b
  1. 14
      src/Entity/Browser/Container/Tab.php

14
src/Entity/Browser/Container/Tab.php

@ -103,13 +103,6 @@ class Tab @@ -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 @@ -120,6 +113,13 @@ class Tab
$this->_reorderable
);
if ($request)
{
$page->open(
$request
);
}
if ($focus)
{
// Focus on appended tab

Loading…
Cancel
Save