mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
PixelPaint: Call correct base class in LayerListWidget::resize_event()
This commit is contained in:
parent
bce1d633ca
commit
0ef3cf7b0f
Notes:
sideshowbarker
2024-07-18 09:58:01 +09:00
Author: https://github.com/awesomekling
Commit: 0ef3cf7b0f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void LayerListWidget::rebuild_gadgets()
|
|||
|
||||
void LayerListWidget::resize_event(GUI::ResizeEvent& event)
|
||||
{
|
||||
Widget::resize_event(event);
|
||||
AbstractScrollableWidget::resize_event(event);
|
||||
relayout_gadgets();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue