Skip to content

Commit

Permalink
Merge pull request #9 from avsej/master
Browse files Browse the repository at this point in the history
Guard dictionary visibility check in hacker's edition
  • Loading branch information
mmind committed Nov 2, 2018
2 parents 3842d0e + 7882ebc commit e4ecb6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bqViewer/src/Viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,9 @@ void Viewer::customEvent(QEvent* received)
return;
}

#ifndef HACKERS_EDITION
if (m_viewerDictionary->isVisible()) return;
#endif

processTouchEvent(static_cast<TouchEvent*>(received));
}
Expand Down

0 comments on commit e4ecb6a

Please sign in to comment.