mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:17:34 +00:00
PixelPaint: Call correct base class in LayerListWidget::resize_event()
This commit is contained in:
parent
bce1d633ca
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)
|
void LayerListWidget::resize_event(GUI::ResizeEvent& event)
|
||||||
{
|
{
|
||||||
Widget::resize_event(event);
|
AbstractScrollableWidget::resize_event(event);
|
||||||
relayout_gadgets();
|
relayout_gadgets();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue