Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7bf4495

Browse filesBrowse files
committed
Fix issue with image viewer
1 parent 7dd042c commit 7bf4495
Copy full SHA for 7bf4495

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎chapter42_gui/image_viewer_working.py‎

Copy file name to clipboardExpand all lines: chapter42_gui/image_viewer_working.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self, parent, image_size):
99
self.max_size = 240
1010

1111
img = wx.Image(*image_size)
12-
self.image_ctrl = wx.StaticBitmap(self,
12+
self.image_ctrl = wx.StaticBitmap(self,
1313
bitmap=wx.Bitmap(img))
1414

1515
browse_btn = wx.Button(self, label='Browse')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.