-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Region highlight #25
base: master
Are you sure you want to change the base?
[WIP] Region highlight #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just add this info to readme.md to appropriate place.
Stuff to fix:
|
@Zemurin do you know which function to modify to apply highlight color to previously strafed pixels? |
Unsure why you'd do that. Strafed means a link is active. If you clicked the comment then that comment is active, other links should be deactivated. Doing both at the same time seems dangerous. But to answer your question I don't think there's a "state" - ie, the program strafes provinces in a link and then forgets about it until a command comes to strafe something else and restore these specifically. I don't think I have a registry of strafed provinces at a given time. I could be wrong though. |
They are deactivated, but as you can see the strafed pixels return to the province color. They should return to the highlight color (grey) instead.
Yes, only |
#25
After left click: highlight
After right click: de-highlight