mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
GTableView: Update content size immediately on column show/hide.
This commit is contained in:
parent
dd7406ce3f
commit
3c62534ae6
Notes:
sideshowbarker
2024-07-19 14:10:29 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3c62534ae68
@ -395,6 +395,7 @@ void GTableView::set_column_hidden(int column, bool hidden)
|
||||
if (column_data.visibility == !hidden)
|
||||
return;
|
||||
column_data.visibility = !hidden;
|
||||
update_content_size();
|
||||
update();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user