mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Fixes for ShowWrongHash, looking into debug info issues in opt llvm
This commit is contained in:
parent
c67fbd66ba
commit
54d5884213
8 changed files with 69 additions and 34 deletions
|
@ -2022,7 +2022,7 @@ namespace IDE.ui
|
|||
|
||||
if (!mClosed)
|
||||
{
|
||||
if ((DarkTooltipManager.sTooltip != null) && (!DarkTooltipManager.sTooltip.mRequireMouseInside))
|
||||
if ((DarkTooltipManager.sTooltip != null) && (DarkTooltipManager.sTooltip.mAllowMouseOutside))
|
||||
DarkTooltipManager.CloseTooltip();
|
||||
|
||||
if (IsInPanel())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue