I’ve two ListBox objects within the same DragAndDropContainer object. One of them is a DragAndDropTarget.
The MainComponent is scaled with setTransform(), so my whole GUI scales when the user resizes the window.
Now as soon as I drag a list item from the source to the target, a preview-image gets created, but unfortunately, it’s not scaled at all. It’s always 100% of the size. So if my GUI is only 30%, the drag’n’drop items seem huge and if the GUI is scaled to 150% (my default for my monitor), then the items seem too small.
Is this a bug, or is there a workaround?
Cheers,
Mike