mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
reorder initiation
This commit is contained in:
parent
3d48e20809
commit
9b0ba4873b
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue