Small Fix
- Fixed dropdown draw-priority order (on same z-index)
This commit is contained in:
@@ -85,6 +85,7 @@ return function(name, basalt)
|
|||||||
local base = base:getBase()
|
local base = base:getBase()
|
||||||
if (base.mouseHandler(self, button, x, y)) then
|
if (base.mouseHandler(self, button, x, y)) then
|
||||||
isOpened = true
|
isOpened = true
|
||||||
|
self:getParent():setImportant(self)
|
||||||
self:updateDraw()
|
self:updateDraw()
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user