gm_apg icon indicating copy to clipboard operation
gm_apg copied to clipboard

Fix #42 without disabling ghosting indicators

Open NanoAi opened this issue 6 years ago • 2 comments

Currently when dealing with #42 this was fixed by just wrapping SetColor in a if APG.cfg["ghostColorToggle"].value then statement.

I feel like a more elegant solution would be to check when an object has duplicator.DoGeneric on to it, and grab the colour data from there so that the ghosting can work as intended with the intended visual indicators.

NanoAi avatar Apr 07 '20 00:04 NanoAi

While I feel this would be a better solution, I think it's still a good idea to give people the option to disable the ghosting color.

AvarianKnight avatar Apr 07 '20 01:04 AvarianKnight

Yeah the option is nice, but it might be confusing for some users. Plus it doesn't fix the actual issue, just works around it.

NanoAi avatar Apr 07 '20 07:04 NanoAi