Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
  2. Mar 27, 2018
  3. Mar 26, 2018
  4. Mar 25, 2018
  5. Mar 24, 2018
  6. Mar 23, 2018
  7. Mar 22, 2018
    • Philipp Hörist's avatar
      Refactor resizing MUC rosters · e0256719
      Philipp Hörist authored
      Dont trigger resizes on notify::position, because the absolut
      handle position changes also on window resizes, but the relative handle
      position doesnt change.
      
      Instead we use the notify::position event now to save the new position
      to the config file and use left button release event (release of the handle after dragging)
      and the window maximize/minimize event to trigger resizes in all controls
      
      This fixes also fixes a issue where a previously hidden roster was shown again
      if a new tab was opened.
      
      Fixes #8984
      e0256719
Loading