Skip to content
  • snooxx 💤's avatar
    Fix changing non-Breeze scrollbar colors at runtime · 564ae1fa
    snooxx 💤 authored and Tomaz  Canabrava's avatar Tomaz Canabrava committed
    72d604c6 refactored terminal color handling. This breaks changing
    scrollbar colors at runtime for non-Breeze widget styles, since the
    relevant `QEvents` will only be handled by `QWidget`-based classes, but
    not by the `QObject`-based class the code was moved to.
    
    Moving the event handling back will fix the issue.
    
    Test Plan:
    - start Konsole with Fusion widget style
    - change application color scheme from dark to light: scrollbar color
      should match widget colors, without having to restart Konsole
    564ae1fa