mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
fix page refresh infinitive loop
This commit is contained in:
parent
2d26c137c5
commit
2d95bca810
@ -61,17 +61,14 @@ void Page::refresh(
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const double & PROGRESS
|
||||
) {
|
||||
title = TITLE;
|
||||
|
||||
title = TITLE; // @TODO copy
|
||||
subtitle = SUBTITLE;
|
||||
|
||||
pageProgress->refresh(
|
||||
PROGRESS
|
||||
);
|
||||
|
||||
activate_action(
|
||||
"win.refresh"
|
||||
);
|
||||
pageNavigation->refresh();
|
||||
}
|
||||
|
||||
void Page::navigation_update(
|
||||
|
Loading…
x
Reference in New Issue
Block a user