mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +00:00
GUIで自動選択分割サイズが「---」になってしまうことがあるのを修正
This commit is contained in:
parent
64295f44db
commit
0cb997f2b7
@ -308,7 +308,8 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
SendMessageA(hcrop, CB_ADDSTRING, 0, (LPARAM)"-----------------------");
|
||||
if (SendMessageA(hcrop, CB_ADDSTRING, 0, (LPARAM)"-----------------------") == defaultIndex)
|
||||
defaultIndex = 1;
|
||||
|
||||
// CropSizeListの値を追加していく
|
||||
for (const auto n : CropSizeList)
|
||||
|
Loading…
x
Reference in New Issue
Block a user