[Scummvm-tracker] [ScummVM] #10741: GUI: Add mousewheel support to the "Unknown game variant" window

digitall trac at scummvm.org
Thu Oct 11 10:28:05 CEST 2018


#10741: GUI: Add mousewheel support to the "Unknown game variant" window
--------------------------+----------------------
  Reporter:  raziel-      |      Owner:  digitall
      Type:  enhancement  |     Status:  closed
  Priority:  normal       |  Component:  GUI
Resolution:  fixed        |   Keywords:
      Game:               |
--------------------------+----------------------

Comment (by digitall):

 @criezy: Ah... Thanks for the update. I will take a look and see if this
 is causing issues elsewhere, though I think we will only get a good idea
 of any critical issues from some user testing feedback from the nightly
 builds.

 If it causes real problems, one solution might be to add a constructor
 boolean flag to ScrollContainer to enable/disable mouse wheel support i.e.
 can default to True, but can be set to False for say Options dialog or
 other tricky usage instances. This doesn't fix the underlying issue, but
 could allow most usages to benefit from Mouse Wheel support.

 I think the main issue is making sure that when you are using the mouse
 wheel, the scroll or drop-down combo box you are expecting to change _is_
 the one receiving events and these are not actioned by unexpected widgets.

--
Ticket URL: <https://bugs.scummvm.org/ticket/10741#comment:3>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list