|
|
|
@ -451,6 +451,10 @@ void Source::View::set_tooltip_and_dialog_events() { |
|
|
|
type_tooltips.hide(); |
|
|
|
type_tooltips.hide(); |
|
|
|
diagnostic_tooltips.hide(); |
|
|
|
diagnostic_tooltips.hide(); |
|
|
|
delayed_spellcheck_suggestions_connection.disconnect(); |
|
|
|
delayed_spellcheck_suggestions_connection.disconnect(); |
|
|
|
|
|
|
|
if(spellcheck_suggestions_dialog && spellcheck_suggestions_dialog->shown) |
|
|
|
|
|
|
|
spellcheck_suggestions_dialog->hide(); |
|
|
|
|
|
|
|
if(autocomplete_dialog && autocomplete_dialog->shown) |
|
|
|
|
|
|
|
autocomplete_dialog->hide(); |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|