1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Fixed case where error could be shown multiple times on mouseover

This commit is contained in:
Brian Fiete 2022-02-14 07:01:39 -05:00
parent a4b1ff8a72
commit eacc862d67

View file

@ -5116,9 +5116,8 @@ namespace IDE.ui
mClangHoverErrorData = null; mClangHoverErrorData = null;
} }
} }
#endif
if ((parser != null) && (mIsBeefSource) && (!didShow)) if ((parser != null) && (mIsBeefSource) && (!didShow) && (!mHoverWatch.mIsShown))
ErrorScope: ErrorScope:
{ {
//TODO: Needed this? //TODO: Needed this?