Skip to content

Commit

Permalink
- enhancement: better behavior of mouse tips
Browse files Browse the repository at this point in the history
  • Loading branch information
royqh1979 committed Jan 15, 2022
1 parent 04770a6 commit 6be9190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RedPandaIDE/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,8 @@ bool Editor::event(QEvent *event)
break;
case TipType::None:
cancelHint();
mCurrentWord = "";
mCurrentTipType = TipType::None;
event->ignore();
return true;
}
Expand Down

0 comments on commit 6be9190

Please sign in to comment.