PlaidCloud / Blueprint

Qooxdoo based interface serialization
9 stars 1 forks source link

Inserting a table causes assertion error #24

Closed adamsdarlingtower closed 12 years ago

adamsdarlingtower commented 12 years ago

Inserting a table caused an Assertion error. It thinks it is adding to a Dock Layout because the window object in the GUI is a Dock Layout to represent a QX Window. So even if the inner layout is specified as Canvas, the window object selected in the designer is always a Dock layout. Need a way to determine the layout type of the non-title bar area of the window.

adamsdarlingtower commented 12 years ago

Fixed, using innerLayout property.