Use start drag time for dragging and not double click interval.
svn path=/trunk/KDE/kdebase/workspace/; revision=1134134
This commit is contained in:
parent
0e2f0eb20d
commit
02c8c78c21
1 changed files with 1 additions and 1 deletions
|
@ -2979,7 +2979,7 @@ void Client::startDelayedMoveResize()
|
|||
delayedMoveResizeTimer = new QTimer( this );
|
||||
connect( delayedMoveResizeTimer, SIGNAL( timeout()), this, SLOT( delayedMoveResize()));
|
||||
delayedMoveResizeTimer->setSingleShot( true );
|
||||
delayedMoveResizeTimer->start( QApplication::doubleClickInterval());
|
||||
delayedMoveResizeTimer->start( QApplication::startDragTime() );
|
||||
}
|
||||
|
||||
void Client::stopDelayedMoveResize()
|
||||
|
|
Loading…
Reference in a new issue