MuseScore/mtest/libmscore/box
James Thistlewood 3f40a56dd9 fix #293707: undo doesn't restore deleted frame immediately
Why do these changes fix this particular issue?

After adding any other element, we `setLayout` at the element's
location. However, for boxes, there is an early return, and this step is
missed, meaning the box won't appear until a relevant measure is layed out.
This fix adds the missing `setLayout`.
2019-09-04 17:50:37 +01:00
..
CMakeLists.txt fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00
tst_box.cpp fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00
undoRemoveVBox.mscx fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00
undoRemoveVBox1-ref.mscx fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00
undoRemoveVBox2-ref.mscx fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00
updateReference fix #293707: undo doesn't restore deleted frame immediately 2019-09-04 17:50:37 +01:00