|
I drawNodeText myself, that is, I draw the background color and string color of the SelectedNode myself, but found a problem, each time a Node is clicked, because I implemented the NodeMouseClick event, and the response takes a while, I must wait for this event to return before drawing SelectedNode's background color and string color, etc., is that there is a delay in drawing after clicking, please ask everyone |
|