change aces matrix

This commit is contained in:
Desmis
2018-04-09 13:58:29 +02:00
parent 9b7d255e8b
commit 690b34f2a5
5 changed files with 35 additions and 27 deletions

View File

@@ -260,8 +260,8 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
std::vector<Glib::ustring> wprinames = rtengine::ICCStore::getInstance()->getWorkingProfiles();
for (size_t i = 1; i < wprinames.size(); i++) {
if(i == 1 || i >= 5 ) {
for (size_t i = 0; i < wprinames.size(); i++) {
if(i <= 1 || i >= 5 ) {
wprimari->append (wprinames[i]);
}
}