summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CCReporterDialog.py')
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 11f38dd3..784de1d7 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -318,7 +318,7 @@ class ReporterSelector():
self.pBarWindow = self.builder.get_object("pBarWindow")
-
+ self.pBarWindow.set_transient_for(self.window)
reporters_vbox = self.builder.get_object("vb_reporters")
for reporter in self.reporters: