Skip to content

Commit

Permalink
deleting data row moves selection up
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed May 27, 2015
1 parent 6bcdca7 commit 7faa68b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions innstereo/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,8 +1616,6 @@ def on_toolbutton_remove_feature_clicked(self, widget):
itr = data_model.get_iter(p)
data_treestore.remove(itr)

data_selection.unselect_all()

self.redraw_plot()

def convert_xy_to_dirdip(self, event):
Expand Down

0 comments on commit 7faa68b

Please sign in to comment.