forked from qt-creator/qt-creator
QmlDesigner.FormEditor: Fix cursor handling
Change-Id: I533642ebf5d3937f96b248d7f999eb4928e035e9 Reviewed-on: http://codereview.qt.nokia.com/911 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
f7f85b797e
commit
4ae6c1da95
@@ -66,7 +66,6 @@ DragTool::DragTool(FormEditorView *editorView)
|
||||
m_blockMove(false),
|
||||
m_Aborted(false)
|
||||
{
|
||||
// view()->setCursor(Qt::SizeAllCursor);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user