-
Bug
-
Resolution: Fixed
-
P4
-
1.1.8
-
None
-
1.1.8
-
sparc
-
solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2023785 | 1.2.2 | Mike Bronson | P4 | Resolved | Fixed | 1.2.2 |
updateClient should post a PaintEvent, instead of sending a
GraphicsExpose event by calling pTriggerRepaint(). This will
reduce the overhead of completing a repaint.
One consequence of this change is that a repaint will not cause a widget
to be automatically repainted at the native level by expose event processing.
mike.bronson@eng 1998-11-11
GraphicsExpose event by calling pTriggerRepaint(). This will
reduce the overhead of completing a repaint.
One consequence of this change is that a repaint will not cause a widget
to be automatically repainted at the native level by expose event processing.
mike.bronson@eng 1998-11-11
- backported by
-
JDK-2023785 updateClient should post a PaintEvent
- Resolved