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
e973fb5206
commit
a60262a90c
@ -529,7 +529,8 @@ public:
|
||||
if (processThread.joinable())
|
||||
return;
|
||||
|
||||
SyncMember(false);
|
||||
if (!SyncMember(false))
|
||||
return;
|
||||
|
||||
if (input_str.length() == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user