Skip to content

Commit

Permalink
GUIでUIの言語設定保存が上手く動かないケースがあったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
lltcggie committed Dec 26, 2015
1 parent 4c2002d commit e0cd616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waifu2x-caffe-gui/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,7 @@ class DialogEvent
&& lang.SubLangID == DefaultLang.SubLangID && lang.FileName == DefaultLang.FileName)
{
defaultListIndex = i;
LangName = list[i].LangName;
break;
}
}
Expand Down

0 comments on commit e0cd616

Please sign in to comment.