mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibGUI: Make Splitter inherit from Widget instead of Frame
It wasn't using any of the Frame features, so I'm not sure what the idea here was.
This commit is contained in:
@@ -54,7 +54,7 @@ void Splitter::paint_event(PaintEvent& event)
|
||||
|
||||
void Splitter::resize_event(ResizeEvent& event)
|
||||
{
|
||||
Frame::resize_event(event);
|
||||
Widget::resize_event(event);
|
||||
m_grabbable_rect = {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user