Index: Core/Gui/src/Core.Gui/GuiCore.cs =================================================================== diff -u -rb916044feb97e49547eec26fa1b1954e740b879d -rbf3529d18a9692cc452f4c4e5502496f94df78eb --- Core/Gui/src/Core.Gui/GuiCore.cs (.../GuiCore.cs) (revision b916044feb97e49547eec26fa1b1954e740b879d) +++ Core/Gui/src/Core.Gui/GuiCore.cs (.../GuiCore.cs) (revision bf3529d18a9692cc452f4c4e5502496f94df78eb) @@ -455,11 +455,6 @@ ViewHost.BringToFront(mainWindow.ProjectExplorer); } - if (ViewHost.ToolViews.Contains(mainWindow.MapLegendView)) - { - ViewHost.BringToFront(mainWindow.MapLegendView); - } - mainWindow.ValidateItems(); };