mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04496
[Bug 1372644] Re: development/ regression: label callbacks crashing
** Changed in: mudlet
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1372644
Title:
development/ regression: label callbacks crashing
Status in Mudlet:
Fix Released
Bug description:
In the current development (not release_30, yay) clicking on a label
causes a crash. Here's the code to reproduce this:
createLabel("messageBox", 50, 50, 100, 100, 0)
function onClickGoNorth()
echo("the north button was clicked!")
end
setLabelClickCallback( "messageBox", "onClickGoNorth" )
Click on the label that you get top-right.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1372644/+subscriptions
References