PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.75k stars 267 forks source link

Moved some `WorkspaceManager` code to extension methods #899

Closed Lehonti closed 5 days ago

Lehonti commented 5 days ago

This helps identify what part of the public interface is actually needed, and which part is just a convenience.

I managed to remove one method from the IWorkspaceService interface itself.

The code that uses the service should be able to work without changes.