MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / ChangeColor

Method ChangeColor

Explore/MapViewHelper.cpp:558–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void MSTMapHelper::ChangeColor(MapCanvas* canvas)
559{
560 // prompt user color pick dialog
561 outline_color = GeneralWxUtils::PickColor(canvas, outline_color);
562 use_custom_pen = true;
563 canvas->RedrawMap();
564}
565
566void MSTMapHelper::ChangeThickness(MapCanvas* canvas, int thickness)
567{

Callers 1

OnMSTMapMethod · 0.80

Calls 1

RedrawMapMethod · 0.80

Tested by

no test coverage detected