Sat, 23 Jan 2016 18:13:25 +0100
Fixed an issue with the snapshot tool not reacting on keyboard input while grabbing on Windows.
Snapshot/SnapshotFreehandGrabber.py | file | annotate | diff | comparison | revisions | |
Snapshot/SnapshotRegionGrabber.py | file | annotate | diff | comparison | revisions |
diff -r 0fe41214fdd6 -r 7b3b75d494c8 Snapshot/SnapshotFreehandGrabber.py --- a/Snapshot/SnapshotFreehandGrabber.py Sat Jan 23 17:50:58 2016 +0100 +++ b/Snapshot/SnapshotFreehandGrabber.py Sat Jan 23 18:13:25 2016 +0100 @@ -101,6 +101,7 @@ self.grabMouse() self.grabKeyboard() + self.activateWindow() def paintEvent(self, evt): """
diff -r 0fe41214fdd6 -r 7b3b75d494c8 Snapshot/SnapshotRegionGrabber.py --- a/Snapshot/SnapshotRegionGrabber.py Sat Jan 23 17:50:58 2016 +0100 +++ b/Snapshot/SnapshotRegionGrabber.py Sat Jan 23 18:13:25 2016 +0100 @@ -129,6 +129,7 @@ self.grabMouse() self.grabKeyboard() + self.activateWindow() def paintEvent(self, evt): """