Merge pull request #2910 from okrc/main

fixed issue with default BoxGrouping
This commit is contained in:
DavidXanatos 2023-05-17 09:10:59 +02:00 committed by GitHub
commit cb8a42ba01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -497,8 +497,8 @@ void CSbieView::Refresh()
}
}
QString Grouping = CSbieView__SerializeGroup(m_Groups);
theConf->SetValue("UIConfig/BoxDisplayOrder", Grouping);
m_UserConfigChanged = true;
SaveUserConfig();
}
}