1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Fixed breakpoint gutter toggle not updating when game is running, issue 5712

This commit is contained in:
Paulb23
2016-07-15 15:02:55 +01:00
parent 3e2c7bf797
commit b550471a14
3 changed files with 17 additions and 0 deletions

View File

@@ -321,6 +321,7 @@ public:
void get_breakpoints(List<String> *p_breakpoints);
void swap_lines(TextEdit *tx, int line1, int line2);
void _breakpoint_toggled(const int p_row);
void save_all_scripts();