mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Options clearing fix, BeefBuild path fix
This commit is contained in:
parent
2f2230ec79
commit
83004c1184
4 changed files with 7 additions and 6 deletions
|
@ -3058,7 +3058,8 @@ namespace IDE
|
|||
{
|
||||
if (!mWorkspace.IsDebugSession)
|
||||
success &= SaveWorkspaceUserData();
|
||||
mSettings.Save();
|
||||
if (mSettings.mLoadedSettings)
|
||||
mSettings.Save();
|
||||
}
|
||||
|
||||
MarkDirty();
|
||||
|
|
|
@ -1665,13 +1665,12 @@ namespace IDE.ui
|
|||
Object target;
|
||||
if (!targetDict.TryGetValue(propEntry.mTarget, out target))
|
||||
{
|
||||
Debug.FatalError();
|
||||
//continue;
|
||||
//Debug.FatalError();
|
||||
continue;
|
||||
}
|
||||
|
||||
String usePropName = scope:: String(propEntry.mPropertyName);
|
||||
//String[] useOptionValues = optionValues;
|
||||
|
||||
|
||||
while (true)
|
||||
{
|
||||
int dotIdx = usePropName.IndexOf('.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue