1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed CurrentBookmark deleted ref

This commit is contained in:
Brian Fiete 2023-06-08 10:05:29 -04:00
parent 73d3e0f5e2
commit 8b5fca82ec

View file

@ -442,6 +442,7 @@ namespace IDE
gApp.mDebugger.mBreakpointsChangedDelegate();
mBookmarkCount = 0;
CurrentBookmark = null;
BookmarksChanged();
}