mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use page level update method
This commit is contained in:
parent
ffe582e694
commit
518e575c83
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,9 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
\GtkEntry $entry
|
||||
): void
|
||||
{
|
||||
$this->navbar->page->content->update();
|
||||
$this->navbar->page->open(
|
||||
$entry->get_text()
|
||||
);
|
||||
}
|
||||
|
||||
protected function _onKeyRelease(
|
||||
|
|
|
|||
|
|
@ -78,11 +78,9 @@ class Tab
|
|||
|
||||
if ($request)
|
||||
{
|
||||
$page->navbar->request->setValue(
|
||||
$page->open(
|
||||
$request
|
||||
);
|
||||
|
||||
$page->content->update();
|
||||
}
|
||||
|
||||
$this->gtk->append_page(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue