1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:38:10 +00:00

VisualBuilder: Multiple-widget selection support.

This is pretty damn nice, now I can move and resize entire groups of widgets
together. Diagonal group resizing feels a bit strange but I wasn't expecting
it not to. :^)
This commit is contained in:
Andreas Kling 2019-04-19 22:46:16 +02:00
parent e001954193
commit 440700b4cb
5 changed files with 123 additions and 55 deletions

View file

@ -10,7 +10,6 @@ VBWidgetPropertyModel::VBWidgetPropertyModel(VBWidget& widget)
VBWidgetPropertyModel::~VBWidgetPropertyModel()
{
ASSERT_NOT_REACHED();
}
int VBWidgetPropertyModel::row_count(const GModelIndex&) const