Revision: 78276
http://sourceforge.net/p/brlcad/code/78276
Author: starseeker
Date: 2021-02-18 23:43:41 +0000 (Thu, 18 Feb 2021)
Log Message:
-----------
WheelFocus = StrongFocus + mouse wheel
Modified Paths:
--------------
brlcad/trunk/src/isst/isstgl.cpp
Modified: brlcad/trunk/src/isst/isstgl.cpp
===================================================================
--- brlcad/trunk/src/isst/isstgl.cpp 2021-02-18 23:33:01 UTC (rev 78275)
+++ brlcad/trunk/src/isst/isstgl.cpp 2021-02-18 23:43:41 UTC (rev 78276)
@@ -55,7 +55,7 @@
// This is an important Qt setting for interactivity - it allowing key
// bindings to propagate to this widget and trigger actions such as
// resolution scaling, rotation, etc.
- setFocusPolicy(Qt::StrongFocus);
+ setFocusPolicy(Qt::WheelFocus);
}
isstGL::~isstGL()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits