summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-12 23:17:06 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-14 14:38:17 +0000
commit894ee0297ea60c043a711fbbb5612eff8a68c3ee (patch)
treeebd1b69b56827c1a96efccbf0b857bfb5b1a3962 /src/input_handler.cc
parentdffd68a8cad12de7542b751bf1ab15888610065f (diff)
Move main selection index to SelectionList
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index b8c4470f..dea75944 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1082,7 +1082,7 @@ private:
}
}
}
- sort_and_merge_overlapping(editor.m_selections, editor.m_main_sel);
+ editor.m_selections.sort_and_merge_overlapping();
editor.check_invariant();
}