Fix breakpointed_lines out of sync when removing lines above

This commit is contained in:
Paulb23
2021-10-06 13:12:04 +01:00
parent 6afe9ad040
commit 0caab00d66
3 changed files with 80 additions and 3 deletions

View File

@@ -240,6 +240,7 @@ private:
int line_spacing = 1;
/* Callbacks */
int lines_edited_changed = 0;
int lines_edited_from = -1;
int lines_edited_to = -1;