mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
GUIで縦幅サイズ指定にしても横幅の指定と認識されるバグを修正 #80
This commit is contained in:
parent
f81a5b7a6a
commit
39e6d5198a
@ -810,7 +810,7 @@ void DialogEvent::ProcessWaifu2x()
|
|||||||
ScaleWidth = scale_width;
|
ScaleWidth = scale_width;
|
||||||
break;
|
break;
|
||||||
case eScaleTypeHeight:
|
case eScaleTypeHeight:
|
||||||
ScaleWidth = scale_height;
|
ScaleHeight = scale_height;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ScaleWidth = scale_width;
|
ScaleWidth = scale_width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user