Small Fix

- Fixed dropdown draw-priority order (on same z-index)
This commit is contained in:
Robert Jelic
2023-05-04 21:02:02 +02:00
parent 2d6188d119
commit 6e00661011

View File

@@ -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