Re: Little bug on panel?
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2010-09-09 19:12:21
|
Andrea Viarengo wrote: > I came across a bug into official pipmak 0.2.7 for Windows > which I never see before: > > If you don't specify attribute "cursor = pipmak.hand" (or another > cursor) inside > a panel directive of a overlayed node, when you put your mouse > pointer over the > panel picture, Pipmak crash suddenly and exit quickly without any > error message. > > The bug happens when node.lua of an overlayed node contain just: > > panel "image.png" > > and it disapears when I modify the code with > > panel {"image.png", cursor = pipmak.hand } Works for me on Windows XP when I follow these instructions. The inventory in the demo project is a panel without cursor too and it works as well. Can you prepare a complete minimal project that reproduces the problem for you? -Christian |