diff --git a/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs b/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs index 1630d5f73..a3f3503f7 100644 --- a/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs +++ b/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs @@ -441,7 +441,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration settingsRow.MouseEnterBounds += (s, e) => { // Only display popovers when we're the active widget, exit if we're not first under mouse - if (!this.FirstWidgetUnderMouse) + if (!this.ContainsFirstUnderMouseRecursive()) { return; }