mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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
|
$this->container
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($request)
|
|
||||||
{
|
|
||||||
$page->open(
|
|
||||||
$request
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->gtk->append_page(
|
$this->gtk->append_page(
|
||||||
$page->gtk,
|
$page->gtk,
|
||||||
$page->title->gtk
|
$page->title->gtk
|
||||||
|
|
@ -120,6 +113,13 @@ class Tab
|
||||||
$this->_reorderable
|
$this->_reorderable
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($request)
|
||||||
|
{
|
||||||
|
$page->open(
|
||||||
|
$request
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
if ($focus)
|
if ($focus)
|
||||||
{
|
{
|
||||||
// Focus on appended tab
|
// Focus on appended tab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue