mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Reduce flicker of overlay, since throbber can be composed of svg bitmaps
This commit is contained in:
@@ -214,7 +214,7 @@ class Throbber(wx.Panel):
|
||||
:param `event`: a :class:`PaintEvent` event to be processed.
|
||||
|
||||
"""
|
||||
self.Draw(wx.PaintDC(self))
|
||||
self.Draw(wx.BufferedPaintDC(self))
|
||||
event.Skip()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user