Skip to content
  • Fabian Vogt's avatar
    Fix SplitterProxy not clearing when above another QSplitterHandle · 6c3a46e0
    Fabian Vogt authored
    When two SplitterHandles are next to each other, like at the intersection of a
    horizontal and vertical splitter (|-), then it's possible that hiding the proxy
    of one of those handles causes the other handle to gain focus immediately,
    which activates the SplitterProxy again. Before this patch, it would then
    continue clearing after reenabling itself, leading to an inconsistent state.
    
    BUG: 431921
    (cherry picked from commit d201a1f1)
    6c3a46e0