nalmadi / fix8

Fix8 (Fixate) is an Open-Source GUI Tool for Working with Eye Tracking Data in Reading Tasks.
Mozilla Public License 2.0
6 stars 0 forks source link

Set Focus Back to Canvas #170

Closed AgLyx3 closed 3 months ago

AgLyx3 commented 3 months ago

What? Set the focus back to canvas when the value changed for spinboxes

Why? Solve the issue window loses focus preventing the keyboard shortcuts #152

How?

  1. set the focus policy of 'canvas' to StrongFocus (receiving click focus)
  2. connect the valueChanged signal from spinboxes to a function setting the focus to 'canvas'
nalmadi commented 3 months ago

Thanks @AgLyx3!