summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
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();
}