mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
GTableView: Update content size immediately on column show/hide.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user