diff --git a/IDE/src/ui/HoverWatch.bf b/IDE/src/ui/HoverWatch.bf index 5842d72d..c85f9fe3 100644 --- a/IDE/src/ui/HoverWatch.bf +++ b/IDE/src/ui/HoverWatch.bf @@ -1615,6 +1615,8 @@ namespace IDE.ui mOrigY = y; Widget parentWidget = GetParentWidget(); + if (parentWidget?.mWidgetWindow == null) + return false; //var parentWidget = textPanel.EditWidget.Content;