mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
GTreeView: Always repaint in response to did_update_model()
This could definitely be more efficient, but this is more correct than doing nothing at all. :^)
This commit is contained in:
parent
71823a6c49
commit
3ef287eb9f
Notes:
sideshowbarker
2024-07-19 11:15:22 +09:00
Author: https://github.com/awesomekling
Commit: 3ef287eb9f
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ void GTreeView::did_update_model()
|
|||
{
|
||||
GAbstractView::did_update_model();
|
||||
update_content_size();
|
||||
update();
|
||||
}
|
||||
|
||||
void GTreeView::did_update_selection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue