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:
parent
e001954193
commit
440700b4cb
5 changed files with 123 additions and 55 deletions
|
@ -10,7 +10,6 @@ VBWidgetPropertyModel::VBWidgetPropertyModel(VBWidget& widget)
|
|||
|
||||
VBWidgetPropertyModel::~VBWidgetPropertyModel()
|
||||
{
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
int VBWidgetPropertyModel::row_count(const GModelIndex&) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue