mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
init content entity after navbar construction
This commit is contained in:
parent
d2d523c724
commit
6f69dc63ee
@ -31,11 +31,11 @@ class History
|
||||
\GtkOrientation::VERTICAL
|
||||
);
|
||||
|
||||
$this->content = new Content(
|
||||
$this->navbar = new Navbar(
|
||||
$this
|
||||
);
|
||||
|
||||
$this->navbar = new Navbar(
|
||||
$this->content = new Content(
|
||||
$this
|
||||
);
|
||||
|
||||
|
@ -175,7 +175,6 @@ class Content
|
||||
|
||||
else
|
||||
{
|
||||
/* @TODO initiation test
|
||||
$this->history->navbar->open->gtk->set_sensitive(
|
||||
false
|
||||
);
|
||||
@ -183,7 +182,6 @@ class Content
|
||||
$this->history->navbar->delete->gtk->set_sensitive(
|
||||
false
|
||||
);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user