ide/Panels: (#965) Fixed non-sensical repositioning of Windows on activation
[sdk] / ide / src / panels / CallStackView.ec
index 7544ed0..2fbd364 100644 (file)
@@ -153,6 +153,7 @@ class CallStackView : Window
    void Show()
    {
       visible = true;
+      ide.RepositionWindows(false);
       Activate();
    }
 }