-
Enhancement
-
Resolution: Unresolved
-
P4
-
8
Glass: Mac View.scheduleRepaint not working
View.scheduleRepaint is not working since the layer based view goes through different path and View.drawRect is never called. It's not currently used in Prism, but Rain could use it. The workaround currently is to directly call View.lock/unlock and render between or View.uploadPixels
View.scheduleRepaint is not working since the layer based view goes through different path and View.drawRect is never called. It's not currently used in Prism, but Rain could use it. The workaround currently is to directly call View.lock/unlock and render between or View.uploadPixels