mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 01:20:17 +00:00
Fix bug #3051174 (reported by Trent Gamblin): Loading two or more times gui.xml file.
This commit is contained in:
parent
eb056ab358
commit
75689ef990
@ -203,6 +203,9 @@ void ConfigureScreen::load_resolutions(ComboBox* resolution, ComboBox* color_dep
|
||||
|
||||
xmlElement = xmlElement->NextSiblingElement();
|
||||
}
|
||||
|
||||
// We just load the first gui.xml found
|
||||
break;
|
||||
}
|
||||
|
||||
// Current screen size
|
||||
|
@ -174,6 +174,9 @@ void ToolBox::loadTools()
|
||||
m_groups.push_back(tool_group);
|
||||
xmlGroup = xmlGroup->NextSiblingElement();
|
||||
}
|
||||
|
||||
// We just load the first gui.xml found
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user