PintaProject / Pinta

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

Miscellaneous refactorings in `LayersListViewItemWidget.cs` and `CanvasRenderer` #844

Closed Lehonti closed 4 weeks ago

Lehonti commented 4 weeks ago

In LayersListViewItemWidget, control creation was moved to its own methods.

In CanvasRenderer, certain syntax was modernized, a method signature (Render()) was modified, and variable declaration was done with specific types whenever it resulted in clearer code.