mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed case where error could be shown multiple times on mouseover
This commit is contained in:
parent
a4b1ff8a72
commit
eacc862d67
1 changed files with 1 additions and 2 deletions
|
@ -5116,9 +5116,8 @@ namespace IDE.ui
|
|||
mClangHoverErrorData = null;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if ((parser != null) && (mIsBeefSource) && (!didShow))
|
||||
if ((parser != null) && (mIsBeefSource) && (!didShow) && (!mHoverWatch.mIsShown))
|
||||
ErrorScope:
|
||||
{
|
||||
//TODO: Needed this?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue