mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
More color name fixes
This commit is contained in:
@@ -219,7 +219,7 @@ class DrawFrame(wx.Frame):
|
||||
|
||||
self.MovingRects = []
|
||||
x += dx
|
||||
color = "LightBlue"
|
||||
color = "Light Blue"
|
||||
R = Canvas.AddRectangle((x,y), (w/2, h/2),
|
||||
LineWidth = 2,
|
||||
FillColor = color)
|
||||
|
||||
@@ -210,7 +210,7 @@ class DrawFrame(wx.Frame):
|
||||
Point,
|
||||
Size = 4,
|
||||
Color = "Red",
|
||||
BackgroundColor = None,#'LightBlue',
|
||||
BackgroundColor = None,#'Light Blue',
|
||||
LineWidth = 1,
|
||||
LineColor = "White",
|
||||
Width = None,
|
||||
@@ -226,7 +226,7 @@ class DrawFrame(wx.Frame):
|
||||
Point,
|
||||
Size = 4,
|
||||
Color = "Red",
|
||||
BackgroundColor = 'LightBlue',
|
||||
BackgroundColor = 'Light Blue',
|
||||
LineWidth = 1,
|
||||
LineColor = "White",
|
||||
Width = None,
|
||||
@@ -242,7 +242,7 @@ class DrawFrame(wx.Frame):
|
||||
Point,
|
||||
Size = 4,
|
||||
Color = "Red",
|
||||
BackgroundColor = 'LightBlue',
|
||||
BackgroundColor = 'Light Blue',
|
||||
LineColor = None,
|
||||
Width = None,
|
||||
PadSize = 2,
|
||||
|
||||
Reference in New Issue
Block a user