Skip to content
  • Jehan's avatar
    Issue #2828: Scrolling up with a mouse within a drop-down list. · 10aa988a
    Jehan authored
    We were doing it all the wrong way, fixing one combo box object at a
    time. So this commit basically reverses commits 68a33ab5, 6dfca83c
    and a9a979b2 and instead runs the same code in the class code. This
    way, all objects based on these base classes will have the fix from
    scratch.
    These improved various other drop-down lists (I found some of them, and
    probably not all) as I fixed all GIMP custom widgets based on
    GtkComboBox.
    
    Note that it has to be run after filling the list apparently (I had the
    problem especially with GimpIntComboBox if running in the _init() code,
    then the list widget showed wrong).
    
    (cherry picked from commit 1d984542)
    10aa988a