All the following are both on windows and linux.
Bug with TD2TabItem at design time:
create a new project
create a D2Scene
Add a TD2TabControl
Add a TD2TabItem
Orca create the TD2tabitem and the TD2layout but in the object inspector
the treeview only display the TD2TabItem the TD2layout is missing. I you add a new tabitem the layout1
now appears but the second layout is missing and so on.
Bug with stroke gradient
Stroke gradient doesn't draw anything on all shape objects.
If needed I can send you a fix for Windows.
Bug with copy/paste
create a new project
create a D2Scene
create a TD2Rectangle
inside the rectangle create two TD2Button
copy the rectangle to the clipboard
paste in the D2Scene you will see a message box with:
Duplicate name a component named "Button3" already exists.
I believe that the problem comes from the setuniquename procedure
In the Style designer if I delete a component directly from the treeview
I seems that the component is deleted but the treview is not updated and the name of the component
is always displayed, so if you click on this name again you've got a access violation error.
Best Regards