mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibGUI: Add a callback when the visible columns of a TableView change
This commit is contained in:
committed by
Andreas Kling
parent
8eff3b1910
commit
4c349165f2
@@ -376,6 +376,9 @@ void AbstractTableView::header_did_change_section_visibility(Badge<HeaderView>,
|
||||
{
|
||||
update_content_size();
|
||||
update();
|
||||
|
||||
if (on_visible_columns_changed)
|
||||
on_visible_columns_changed();
|
||||
}
|
||||
|
||||
void AbstractTableView::set_default_column_width(int column, int width)
|
||||
|
||||
Reference in New Issue
Block a user