Skip to content

Commit 68a8b93

Browse files
committed
Improvements.
- Images now respect original aspect ratio. - Added check for saved changes. - Added operand colour changing (beta). - Fixed several bugs.
1 parent 0e20df2 commit 68a8b93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+342
-68
lines changed

.vs/Ren'Py IDE/v15/.suo

72.5 KB
Binary file not shown.
File renamed without changes.

Ren'Py IDE/.vs/Ren'Py IDE/v15/.suo

-63.5 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Ren'Py IDE/Ren'Py IDE/Dialogues/CropImage.Designer.vb renamed to Ren'Py IDE/Dialogues/CropImage.Designer.vb

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Ren'Py IDE/Ren'Py IDE/Dialogues/CropImage.vb renamed to Ren'Py IDE/Dialogues/CropImage.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
End Sub
3737

3838
Private Sub CropImage_Load(sender As Object, e As EventArgs) Handles MyBase.Load
39-
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
39+
PictureBox1.SizeMode = PictureBoxSizeMode.Zoom
4040
End Sub
4141

4242
Private Sub CropImage_MouseDown(sender As Object, e As MouseEventArgs) Handles PictureBox1.MouseDown

0 commit comments

Comments
 (0)