You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
when trying to resize image it just comes up with unhandled exception object reference not set to an instance of an object
To Reproduce
just pressing (CTRL+Shift+R)
Additional Info
System.NullReferenceException: Object reference not set to an instance of an object.
at Pinta.ResizeCanvasDialog.SetAnchor(Anchor anchor) in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 333
at Pinta.ResizeCanvasDialog..ctor() in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 188
at Pinta.Actions.ResizeCanvasAction.Activated(Object sender, EventArgs e) in D:\a\Pinta\Pinta\Pinta\Actions\Image\ResizeCanvasAction.cs:line 46
at Pinta.Core.Command.<.ctor>b__29_0(SimpleAction o, ActivateSignalArgs args) in D:\a\Pinta\Pinta\Pinta.Core\Actions\Command.cs:line 63
at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, IntPtr paramValuesData, IntPtr invocationHint, IntPtr userData)
Version
windows 10) and version of Pinta 2.2
The text was updated successfully, but these errors were encountered:
Description
when trying to resize image it just comes up with unhandled exception object reference not set to an instance of an object
To Reproduce
just pressing (CTRL+Shift+R)
Additional Info
System.NullReferenceException: Object reference not set to an instance of an object.
at Pinta.ResizeCanvasDialog.SetAnchor(Anchor anchor) in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 333
at Pinta.ResizeCanvasDialog..ctor() in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 188
at Pinta.Actions.ResizeCanvasAction.Activated(Object sender, EventArgs e) in D:\a\Pinta\Pinta\Pinta\Actions\Image\ResizeCanvasAction.cs:line 46
at Pinta.Core.Command.<.ctor>b__29_0(SimpleAction o, ActivateSignalArgs args) in D:\a\Pinta\Pinta\Pinta.Core\Actions\Command.cs:line 63
at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, IntPtr paramValuesData, IntPtr invocationHint, IntPtr userData)
Version
windows 10) and version of Pinta 2.2
The text was updated successfully, but these errors were encountered: