mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibGUI: Update AbstractTableView row header sizes on set_row_height()
This commit is contained in:
@@ -380,7 +380,7 @@ void AbstractTableView::set_row_height(int height)
|
||||
return;
|
||||
|
||||
m_row_height = height;
|
||||
update_content_size();
|
||||
update_row_sizes();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user