Tiny topmenu fix

master
Sam 10 years ago
parent ce411ec871
commit 8bd1293be7

@ -27,7 +27,7 @@ local function addButton(id, description, icon, callback, panel, toggle, front)
button:setTooltip(description)
button:setIcon(resolvepath(icon, 3))
button.onMouseRelease = function(widget, mousePos, mouseButton)
if widget:containsPoint(mousePos) and mouseButton ~= MouseMiddleButton then
if widget:containsPoint(mousePos) and mouseButton ~= MouseMidButton then
callback()
return true
end

Loading…
Cancel
Save