Hi,
I cannot use button documents because of the crash which happens after
the following user input:
- Create a new button document (menu: file / new button)
- switch e.g. to the tab on the right hand side called “normal”
- right click in the graphic plane and choose e.g. “New Rectangle”
Then the application crashes while calling:
const Rectangle PaintElement::getCurrentBounds (const Rectangle& parentArea) const
{
return position.getRectangle (parentArea, *getDocument()->getComponentLayout());
}
because the ButtonDocument::getComponentLayout() returns zero!
thanx for any answer
jan