Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Reset perspective causes modal tools to disappear

Hi,
I noticed this behavior both in the latest win32 uDig 1.2-snapshot, and also in my custom application built on uDig SDK 1.2-RC3: If you have a map editor open, and you reset your perspective, the modal tool icons disappear, leaving blank buttons in their place. The icons usually come back if you click on one of the blank spots. I see that the modal tools are added in udig.project.ui.internal.MapEditorActionBarContributor, but this code doesn't get called when you reset the perspective while a map is open. Can anyone suggest a workaround for this problem? Can I force it to re-add those tools in my CustomPerspectiveFactory.createInitialLayout() method?

Thanks,
Jesse Varner



Back to the top