[cmds] fix a glitch when adding a comment on a small screen

pull/627/head
Timothy Stack 6 years ago
parent 1a08eb0d12
commit b4e7bc9b0f

@ -557,6 +557,7 @@ public:
this->search_range(vl, vl + 1_vl);
this->search_new_data();
this->set_needs_update();
};
textview_curses &set_sub_source(text_sub_source *src) {

Loading…
Cancel
Save