Horizontal frames can't be dragged anymore (0.9.7)
Submitted by mike el angelo on July 18, 2010 - 7:38am.
| Project: | MuseScore |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Steps to reproduce:
1. Create new score
2. Append vertical frame
3. Insert horizontal frame
4. De-select an select horizontal frame to get simple selection
5. Grab horizontal frame and move mouse
Expected behavior: Frame should move horizontally as the mouse is moved.
Actual behavior: Frame does not move.
MuseScore version: r3292 trunk
Operating System: Ubuntu 10.04
Okay, you can move the horizontal frame by first selecting the frame and next selecting and dragging another element (I tested it with a rest) by holding "ctrl".
As I have seen, the method HBox::isMovable() has been removed, what makes ScoreView::testElementDragTransition(QMouseEvent* ev) think an HBox is not movable. So I guess, you have something in mind, that is not yet finished.