Skip to content
  • Kåre Särs's avatar
    Fix crash if search command is used while searching · 69c962f2
    Kåre Särs authored
    Thread safety was only provided by disabling the UI and that breaks
    if we use the commands.
    
    Add terminateSearch functions that stop the search without sending
    signals and prevent already queued signals from adding matches in the
    matches tree.
    
    BUG: 419719
    69c962f2