PintaProject / Pinta

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

Refactored constructor in `DockItem` for greater clarity #857

Closed Lehonti closed 3 weeks ago

Lehonti commented 3 weeks ago

This is not just a composite control, but it involves side effects, so the code may not be as nice at the other ones, but I tried to contain the ugliness to the part under the comment // --- Initialization