Fix missing popovers - use ContainsFirstUnderMouseRecursive
This commit is contained in:
parent
cbcc2dc019
commit
b6d30bf781
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue