Skip to content

marker: Remove global selection color variables

James Westman requested to merge (removed):fix-19 into master

ShumateMarker no longer draws any selection color--it's just a container for other widgets. Besides, global variables wouldn't be a good way to do this anyway. We could get the selection color from the GTK theme if we needed.

Fixes #19 (closed).

Merge request reports