mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 09:27:00 +02:00
LibGUI: Update AbstractTableView row header sizes on set_row_height()
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 03:07:21 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8cc2a55cffa
@@ -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