mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Fix blurry text in AuiNotebook tab.
This commit is contained in:
@@ -1462,7 +1462,7 @@ class AuiTabContainer(object):
|
||||
button_count = len(self._buttons)
|
||||
|
||||
# create off-screen bitmap
|
||||
bmp = wx.Bitmap(self._rect.GetWidth(), self._rect.GetHeight())
|
||||
bmp = wx.Bitmap(self._rect.GetWidth(), self._rect.GetHeight(), raw_dc)
|
||||
dc.SelectObject(bmp)
|
||||
|
||||
if not dc.IsOk():
|
||||
|
||||
Reference in New Issue
Block a user