Page 1 of 1

[kovarex] [0.17.54] Alt+D logistic network highlighting get lost when the mouse is over toolbar

Posted: Sat Jul 06, 2019 8:52 am
by linux_zealot
I know, that this bug is very minor, but still I would like to report my itch.

I normally cut trees using Alt+D and construction bots. Usually I do this for the whole range of a roboport. Drawing Alt+D from to top, left or right corner of the roboport range is not a problem. But the bottom is, because when I drag the Alt+D box over the toolbar the logistic network highlighting disappears and I don't see the bottom border of the roboport range anymore.

I would like that if logistic network was highlighted when I started drawing the selection it should remain highlighted until I released the mouse button.

Screenshots are attached.

Re: [kovarex] [0.17.54] Alt+D logistic network highlighting get lost when the mouse is over toolbar

Posted: Tue Jul 16, 2019 12:49 pm
by kovarex
Thanks for the report.

I was wondering, whether the higlight should be there always regardless where the cursor is (over gui or not), but to be safe, the logic for higlight will be:

The related item is selected AND (Mouse is not over gui OR selection is active)

Re: [kovarex] [0.17.54] Alt+D logistic network highlighting get lost when the mouse is over toolbar

Posted: Tue Jul 16, 2019 12:55 pm
by linux_zealot
> The related item is selected AND (Mouse is not over gui OR selection is active)

Yes. That is what I had in mind when I reported the bug. Thank you!