mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Merge pull request #2360 from tianzhuqiao/agw_auinotebook_blurry_tab
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