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()
|
||||
if (base.mouseHandler(self, button, x, y)) then
|
||||
isOpened = true
|
||||
self:getParent():setImportant(self)
|
||||
self:updateDraw()
|
||||
return true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user