Thanks again Denis, setProperty did the job, it was exactly what I was looking for
So mapKeys was the function I was looking for, thanks a lot Denis, what would I do without your help
This is it: class myDrawGrid : public RedrawViewsCallback { public: myPlugin* mod; ~myDrawGrid() {} myDrawGrid() {} void proc(Interface *i…
Unfortunately it didn’t help, but now I know when the problem appears – the “draw on top” occurs when I press “7” to show statistics:
Ok, I will add this and see if the problems appears or not, thanks a lot.
I have also a small problem with polyline method. I works fine most of the time, but sometimes for some reason it draws my lines always on top, I can’…
Wow, the last one is really cool find!
Thanks, it works but it’s kind of weird. When 2 triangles share 1 edge, this mutual edge is 2 diffrent edges in fact?
denisT, thanks for that, it works like 10 times faster now! What do you mean by “ref-messaging”?