mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.ide Array of methods is cleared when load operation occures (resolved issue with duplicated methods on importing)
git-svn-id: svn://ultimatepp.org/upp/trunk@10166 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
066455e5b8
commit
c0b251fa76
1 changed files with 2 additions and 0 deletions
|
|
@ -535,6 +535,8 @@ void BuildMethods::ChangeMethod()
|
|||
|
||||
void BuildMethods::Load()
|
||||
{
|
||||
method.Clear();
|
||||
|
||||
FindFile ff(ConfigFile("*.bm"));
|
||||
while(ff) {
|
||||
VectorMap<String, String> map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue