mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibGUI: Update AbstractTableView row header sizes on set_row_height()
This commit is contained in:
parent
368dc8ad08
commit
8cc2a55cff
Notes:
sideshowbarker
2024-07-19 03:07:21 +09:00
Author: https://github.com/awesomekling
Commit: 8cc2a55cff
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ void AbstractTableView::set_row_height(int height)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_row_height = height;
|
m_row_height = height;
|
||||||
update_content_size();
|
update_row_sizes();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue