We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0175e20 commit af5df72Copy full SHA for af5df72
[editor]/editor_main/client/gridlines.lua
@@ -440,6 +440,8 @@ function renderHoverOverGridLines()
440
441
-- Draw animated bounding box
442
if highlightedElement and isElement(highlightedElement) then
443
+ -- Don't draw it if we are also showing the selected bounding box
444
+ if attachedToElement == highlightedElement and exports["editor_gui"]:sx_getOptionData("enableBox") then
445
return
446
end
447
local box = getElementBoundingBoxCorners(highlightedElement)
0 commit comments