mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
ProfileViewer: Switching to percent mode should take effect immediately
This commit is contained in:
parent
235ae80e5e
commit
264726b2d6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ int main(int argc, char** argv)
|
||||||
action.set_checked(!action.is_checked());
|
action.set_checked(!action.is_checked());
|
||||||
profile->set_show_percentages(action.is_checked());
|
profile->set_show_percentages(action.is_checked());
|
||||||
tree_view.update();
|
tree_view.update();
|
||||||
|
disassembly_view.update();
|
||||||
});
|
});
|
||||||
percent_action->set_checkable(true);
|
percent_action->set_checkable(true);
|
||||||
percent_action->set_checked(false);
|
percent_action->set_checked(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue