mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Version 0.9.5.3 - Alpha (see changelog.txt)
This commit is contained in:
parent
b834300a58
commit
a8d2c571bb
@ -1,3 +1,8 @@
|
||||
================================================
|
||||
Version 0.9.5.3 - Alpha (February 25 - 2013)
|
||||
================================================
|
||||
[FIXED] mousereleased never getting called on the collapsiblecategory's object
|
||||
|
||||
================================================
|
||||
Version 0.9.5.2 - Alpha (February 24 - 2013)
|
||||
================================================
|
||||
|
2
init.lua
2
init.lua
@ -9,7 +9,7 @@ loveframes = {}
|
||||
-- library info
|
||||
loveframes.info = {}
|
||||
loveframes.info.author = "Kenny Shields"
|
||||
loveframes.info.version = "0.9.5.2"
|
||||
loveframes.info.version = "0.9.5.3"
|
||||
loveframes.info.stage = "Alpha"
|
||||
|
||||
-- library configurations
|
||||
|
@ -200,7 +200,7 @@ function newobject:mousereleased(x, y, button)
|
||||
end
|
||||
|
||||
if open and curobject then
|
||||
curobject:mousepressed(x, y, button)
|
||||
curobject:mousereleased(x, y, button)
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user