Skip to content
Verified Commit d918c433 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

ContextualHelpButton: Fix up code style and qualified property access

Properties like `hovered` and `toolTipVisible` shouldn't be accessed
through the `parent` property because in theory parent is just an Item.

Also make sure not to assume that root.parent always exists and provide
a fallback value -1 which resets the Layout.maximumHeight.
parent 6fb0565c
Pipeline #643062 passed with stage
in 3 minutes and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment