hi,

I make my model view and delegate, I find that every time my mouse enter in/out the view,all items delegate's paint event are called. this is very time consume, because these items are not need to be repaint as i only move my mouse in and out to the view. Is it a bug? Or how to disable these event?

thanks !