mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
ProfileViewer: Switching to percent mode should take effect immediately
This commit is contained in:
parent
235ae80e5e
commit
264726b2d6
Notes:
sideshowbarker
2024-07-19 07:41:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/264726b2d65
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());
|
||||
profile->set_show_percentages(action.is_checked());
|
||||
tree_view.update();
|
||||
disassembly_view.update();
|
||||
});
|
||||
percent_action->set_checkable(true);
|
||||
percent_action->set_checked(false);
|
||||
|
|
Loading…
Reference in a new issue