-
-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Description
System information:
Version: ImageGlass v9.0.8.1208
Release code: kobe
OS: Microsoft Windows NT 10.0.19045.0 64-bit
To Reproduce
Steps to reproduce the behavior:
- Open an image with ImageGlass
- Press "c" or click on the crop button in the toolbar
Expected behavior:
The crop commands are displayed.
Actual behavior:
The following error message is shown:
Error:
Object reference not set to an instance of an object.
----------------------------------------------------
System.NullReferenceException: Object reference not set to an instance of an object.
at ImageGlass.FrmCrop.OnUpdateHeight(Boolean performUpdate) in D:\_GITHUB\@d2phap\ImageGlass\Source\ImageGlass\Tools\FrmCrop.cs:line 142
at ImageGlass.FrmCrop.OnDpiChanged(DpiChangedEventArgs e) in D:\_GITHUB\@d2phap\ImageGlass\Source\ImageGlass\Tools\FrmCrop.cs:line 93
at System.Windows.Forms.Form.WmDpiChanged(Message& m)
at ImageGlass.UI.ModernForm.WndProc(Message& m) in D:\_GITHUB\@d2phap\ImageGlass\Source\Components\ImageGlass.UI\Forms\ModernForm.cs:line 200
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
If you click on the button "Continue" each time, the error is displayed again a second time, a third time, a fourth time, a fifth time. Then one last click on "continue" finally causes the crop commands to be displayed as desired.
Screenshots:
Additional context:
Already tried to use "Repair install" in control panel, but it did not solve the issue.
