Skip to content

Commit

Permalink
Fix not being able to select other realizations than 0 in run dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Nov 28, 2024
1 parent f6b7bd6 commit 27f7d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/gui/simulation/run_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def on_snapshot_new_iteration(

widget = RealizationWidget(iter_row)
widget.setSnapshotModel(self._snapshot_model)
widget.itemClicked.connect(self._select_real)
self._select_real(widget._real_list_model.index(0, 0))
tab_index = self._tab_widget.addTab(
widget, f"Realizations for iteration {index.internalPointer().id_}"
Expand Down

0 comments on commit 27f7d14

Please sign in to comment.