mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix page refresh infinitive loop
This commit is contained in:
parent
2d26c137c5
commit
2d95bca810
1 changed files with 2 additions and 5 deletions
|
|
@ -61,17 +61,14 @@ void Page::refresh(
|
||||||
const Glib::ustring & SUBTITLE,
|
const Glib::ustring & SUBTITLE,
|
||||||
const double & PROGRESS
|
const double & PROGRESS
|
||||||
) {
|
) {
|
||||||
title = TITLE;
|
title = TITLE; // @TODO copy
|
||||||
|
|
||||||
subtitle = SUBTITLE;
|
subtitle = SUBTITLE;
|
||||||
|
|
||||||
pageProgress->refresh(
|
pageProgress->refresh(
|
||||||
PROGRESS
|
PROGRESS
|
||||||
);
|
);
|
||||||
|
|
||||||
activate_action(
|
pageNavigation->refresh();
|
||||||
"win.refresh"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Page::navigation_update(
|
void Page::navigation_update(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue