mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
GUIで分割サイズが空の時だけおすすめサイズを設定するようにした
This commit is contained in:
parent
f90f5ee784
commit
d74a020e5b
@ -323,7 +323,8 @@ private:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SendMessage(hcrop, CB_SETCURSEL, defaultIndex, 0);
|
if (GetWindowTextLength(hcrop) == 0)
|
||||||
|
SendMessage(hcrop, CB_SETCURSEL, defaultIndex, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProcessWaifu2x()
|
void ProcessWaifu2x()
|
||||||
@ -689,7 +690,6 @@ public:
|
|||||||
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_SCALE_RATIO), text);
|
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_SCALE_RATIO), text);
|
||||||
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_OUT_EXT), outputExt.c_str());
|
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_OUT_EXT), outputExt.c_str());
|
||||||
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_INPUT_EXT_LIST), inputFileExt.c_str());
|
SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_INPUT_EXT_LIST), inputFileExt.c_str());
|
||||||
SetWindowTextA(GetDlgItem(hWnd, IDC_COMBO_CROP_SIZE), std::to_string(crop_size).c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Cancel(HWND hWnd, WPARAM wParam, LPARAM lParam, LPVOID lpData)
|
void Cancel(HWND hWnd, WPARAM wParam, LPARAM lParam, LPVOID lpData)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user