btzy / circuit-sandbox

GNU General Public License v3.0
3 stars 1 forks source link

File dialogs launched by button bar are unresponsive #12

Closed xsot closed 6 years ago

xsot commented 6 years ago

They seem to respond to keyboard events but not mouse events.

btzy commented 6 years ago

This is probably due to SDL_CaptureMouse() being turned on by MainWindow prior to invoking the file dialog.

btzy commented 6 years ago

This might be fixed by 622889f2bc395d7704d0dd1f5fbcd9ddcef3da33.

xsot commented 6 years ago

I can confirm that it has been fixed.