mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Revert "Spelling fixes in wx.lib"
This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
@@ -535,7 +535,7 @@ class GenButton(wx.Control):
|
||||
colBg = self.GetParent().GetBackgroundColour()
|
||||
brush = wx.Brush(colBg)
|
||||
else:
|
||||
# this line assumes that a pressed button should be highlighted with
|
||||
# this line assumes that a pressed button should be hilighted with
|
||||
# a solid colour even if the background is supposed to be transparent
|
||||
brush = wx.Brush(self.faceDnClr)
|
||||
return brush
|
||||
|
||||
Reference in New Issue
Block a user