Skip to content

Commit cd4d6b7

Browse files
committed
Made editor nullable.
1 parent 38ef4ea commit cd4d6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PaintPower_Engine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void translateVersion()
4242
}
4343

4444
private Editor _editorManager;
45-
private EditorBase _editor;
45+
private EditorBase? _editor;
4646
public PaintProject _project;
4747
public Server server;
4848
public VmPanel vmAreaPart;

0 commit comments

Comments
 (0)