Bug #247
ColumnHandle gets lost sometimes
Start date:
Due date:
% Done:
100%
Estimated time:
Version:
0.4.3
OS:
Any
Description
By moving the handle to its limit, and then quickly moving the mouse back, we can lose the handle. Happens when mouse events don't hit the widget area.
Associated revisions
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by Sputnick over 14 years ago
- Target version set to 0.7.0
- Version set to 0.4.3
- OS set to Any
#3 Updated by Sputnick over 14 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset b1d9c3ea56467245c910ac1de1252c2a91c234f0.
Fix and Qt-4.6-ify ColumnHandleItem
Now that we depend on Qt 4.6, use QGraphicsObject and QPropertyAnimation.
Also, the columnhandle can now no longer get lost while moving.
Fixes #247, fixes #687.