How do I call repaint again.
I created an if statement in my paint function within label-class
How do I recall paint in the if statement with the updated arrayQt Code:
if (cancel ==true) //cancel last point //delete point from arrayTo copy to clipboard, switch view to plain text mode
so only the points now in array will be displayed?
Or do I create another paint function & call it from the original paint function.
//Getting to grips with the paint function!
Thanks
Kind Regards
Bookmarks