1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Fixed multi-project deletion, adding project with implicitly-loaded deps

This commit is contained in:
Brian Fiete 2020-09-06 06:14:39 -07:00
parent 0eea8eeef6
commit a62a995472
4 changed files with 11 additions and 4 deletions

View file

@ -1257,6 +1257,7 @@ namespace IDE
public bool mEnabled = true;
public bool mLocked;
public bool mLockedDefault;
public bool mDeleted;
public int32 [] mColorDialogCustomColors;