VBox immediately after HBox in pattern of Measure(s),HBox,VBox,Measure(s) does not split system

• Mar 18, 2016 - 08:55
Type
Functional
Severity
S4 - Minor
Status
active
Regression
No
Workaround
No
Project

If start with any number of measures, followed by a single HBox, followed by any number of measures, e.g.:
want-to-insert-vbox-before-final-meas.png

After inserting a VBox before that measure after the HBox, the resulting layout incorrectly shows no visual change:
after-insert-vbox-before-final-meas-no-visual-change-happens.png

However, the debugger clearly shows that the VBox has been inserted, even though the visual layout does not reflect that fact:
debugger-after-insert-vbox.png

Turns out system layout was not adding an implicit line break when enountered VBox right after HBox in this situation.


Comments