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

Method ChangeGraphColor

Explore/MapNewView.cpp:2997–3003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2995}
2996
2997void MapCanvas::ChangeGraphColor()
2998{
2999 if (display_weights_graph) {
3000 graph_color = GeneralWxUtils::PickColor(this, graph_color);
3001 RedrawMap();
3002 }
3003}
3004
3005void MapCanvas::ChangeConnSelectedColor()
3006{

Callers 1

OnChangeGraphColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected