mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Trim trailing space samples directory
This commit is contained in:
@@ -42,11 +42,11 @@ class DrawFrame(wx.Frame):
|
||||
Debug = 0,
|
||||
BackgroundColor = "White",
|
||||
).Canvas
|
||||
|
||||
|
||||
|
||||
self.Show(True)
|
||||
self.MakePic()
|
||||
|
||||
|
||||
return None
|
||||
|
||||
def MakePic(self):
|
||||
@@ -69,4 +69,4 @@ class DrawFrame(wx.Frame):
|
||||
app = wx.App()
|
||||
DrawFrame(None, -1, "FloatCanvas Demo App", wx.DefaultPosition, (700,700) )
|
||||
app.MainLoop()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user