diff --git a/artiq/dashboard/experiments.py b/artiq/dashboard/experiments.py index 9832f4c2d..78f6a15b0 100644 --- a/artiq/dashboard/experiments.py +++ b/artiq/dashboard/experiments.py @@ -551,6 +551,8 @@ class ExperimentManager: def open_experiment(self, expurl): if expurl in self.open_experiments: dock = self.open_experiments[expurl] + if dock.isMinimized(): + dock.showNormal() self.main_window.centralWidget().setActiveSubWindow(dock) return dock try: