we are making a plugin on rhino for mac and I wanted to ask about a weird thing I noticed. When using GetObject to get a curve while on windows the user has a flashing feedback of the selected user on the mac version such feedback is absent. Is it an option to activate somehow? We are using the GetMultiple(1, -1) method to get more than one object in a single go.
Hi Dale,
with the change though the behaviour of the command will change. I do not want people to select multiple curves but just one. The change you proposed will highligh the selection but I do need to accept with the right mouse button. I noticed a similar behaviour in Rhino 7 but I was able to solve it with a redraw call, this did not fixed the problem on the macOS though.