mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
* make Qt 4.2 happy. Please complain if it is not.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23760 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5e0121cf58
commit
c3c58bbb72
@ -1473,9 +1473,11 @@ void DragTabBar::mouseMoveEvent(QMouseEvent * event)
|
||||
QPixmap pixmap(r.size());
|
||||
render(&pixmap, - r.topLeft());
|
||||
drag->setPixmap(pixmap);
|
||||
drag->exec();
|
||||
#else
|
||||
drag->start(Qt::MoveAction);
|
||||
#endif
|
||||
|
||||
drag->exec();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user