Skip to content

SwatchesPanel cleanup

Stefano Facchini requested to merge stfacc/inkscape:dialog-cleanup into master

A major simplification of the SwatchesPanel code. Everything should be functionally identical as before, with two exceptions:

  • I removed the "showclose" option since every panel already has a close "X" button at the top-right.

  • A proper GtkMenuButton replaces the EventBox-based menu popper in the swatches panel. This change apparently also fixed for me the issue with the overlapping scrollbar (probably because of the increased size of the button)

Merge request reports