Fixed: Mouse zoom correct works in geqt.
This commit is contained in:
parent
dc07038a82
commit
fa09aefe0f
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ namespace NLQT
|
|||
_CameraFocal(75), _CurrentInstance(""), _BloomEffect(false),
|
||||
_Scene(0), QWidget(parent)
|
||||
{
|
||||
|
||||
setMouseTracking(true);
|
||||
setFocusPolicy(Qt::StrongFocus);
|
||||
_objectViewerWidget = this;
|
||||
|
||||
_isGraphicsEnabled = true;
|
||||
|
|
Loading…
Reference in a new issue