mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Chess: Allow resizing Chess using resize_aspect_ratio(1,1)
This commit is contained in:
parent
45ed58865e
commit
274be68102
3 changed files with 2 additions and 7 deletions
|
@ -102,11 +102,6 @@ void ChessWidget::paint_event(GUI::PaintEvent& event)
|
|||
}
|
||||
}
|
||||
|
||||
void ChessWidget::resize_event(GUI::ResizeEvent& event)
|
||||
{
|
||||
GUI::Widget::resize_event(event);
|
||||
}
|
||||
|
||||
void ChessWidget::mousedown_event(GUI::MouseEvent& event)
|
||||
{
|
||||
GUI::Widget::mousedown_event(event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue