Skip to content

Commit 59e825d

Browse files
committed
Ensure dataset dialog is put on top
1 parent 977b8cb commit 59e825d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist_cartogram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def add_sample_dataset(self):
302302

303303
dataset_dialog = DatasetDialog()
304304
dataset_dialog.show()
305+
dataset_dialog.activateWindow()
305306
dataset_dialog.matrixPathTextEdit.setText(csv_path)
306307
_rv = dataset_dialog.exec_()
307308
self.fill_file_widget_with_sample_value = True

0 commit comments

Comments
 (0)