Skip to content

Commit

Permalink
GUIで縦幅サイズ指定にしても横幅の指定と認識されるバグを修正 #80
Browse files Browse the repository at this point in the history
  • Loading branch information
lltcggie committed Apr 16, 2017
1 parent f81a5b7 commit 39e6d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu2x-caffe-gui/MainDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ void DialogEvent::ProcessWaifu2x()
ScaleWidth = scale_width;
break;
case eScaleTypeHeight:
ScaleWidth = scale_height;
ScaleHeight = scale_height;
break;
default:
ScaleWidth = scale_width;
Expand Down

0 comments on commit 39e6d51

Please sign in to comment.