Browse Source

Hide tooltips on get_usages

pipelines/235045657
eidheim 6 years ago
parent
commit
791c8b2d8c
  1. 1
      src/source_clang.cpp

1
src/source_clang.cpp

@ -1837,6 +1837,7 @@ Source::ClangViewRefactor::Identifier Source::ClangViewRefactor::get_identifier(
} }
void Source::ClangViewRefactor::wait_parsing() { void Source::ClangViewRefactor::wait_parsing() {
hide_tooltips();
std::unique_ptr<Dialog::Message> message; std::unique_ptr<Dialog::Message> message;
std::vector<Source::ClangView *> clang_views; std::vector<Source::ClangView *> clang_views;
for(auto &view : views) { for(auto &view : views) {

Loading…
Cancel
Save