livecode-ide
livecode-ide copied to clipboard
[Bug 19347] Allow setting the 'style' of the stack from the PI
This PR fixes the problem, but I am not sure if setting the style of the stack should be feasible from the Property Inspector. If someone sets the style to modal accidentally, there is no way to undo that, other than force-quitting the IDE.
@livecodepanos what about checking if the stack is currently open before setting the style to modal and throwing up a warning dialog first if it is? We have the same issue from the contextual menu I think so perhaps this can be handled centrally.