Bug #687
Columns in main chat window seem 'locked'
Start date:
05/03/2009
Due date:
% Done:
100%
Estimated time:
Version:
0.4.1
OS:
Linux
Description
In the main chat window you first have to drag the black column lines in the direction dragged last to 'unlock them'. They are not directly movable: e.g. I drag the timestamp bar left, release it, now I want to drag it to the right (not possible). I first have to drag it a few pixels to the left & can only then drag it to the right.
OpenSuSE community package 0.4.1 + KDE 4.2.2 + Qt 4.4.3
Associated revisions
History
#1 Updated by Sputnick over 14 years ago
- Assignee set to Sputnick
- Target version set to 0.7.0
#2 Updated by Sputnick over 14 years ago
- Status changed from New 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.