inverted ctrl key

This commit is contained in:
Marc Zinnschlag 2014-02-25 14:30:38 +01:00
parent 644f5cb8de
commit 526d75df51

View file

@ -190,7 +190,7 @@ namespace CSVRender
QPoint diff = mOldPos-event->pos();
mOldPos = event->pos();
if (mMod1)
if (!mMod1)
{
// turn camera
if (diff.x())