init content entity after navbar construction

This commit is contained in:
yggverse 2024-07-05 02:08:51 +03:00
parent d2d523c724
commit 6f69dc63ee
2 changed files with 2 additions and 4 deletions

View File

@ -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
);

View File

@ -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
);
*/
}
}