[Windows] Show images dialog doesn't display the images correctly

Bug #541611 reported by Nadia Alramli
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Phatch
Fix Released
High
Stani

Bug Description

The image preview and show images dialogs crop some images like in the attached screenshot. I think it might be copying the size of the second (exif.jpg) image. Both images are from the images/test directory.

Tags: windows
Revision history for this message
Nadia Alramli (nadiana) wrote :
Revision history for this message
Stani (stani) wrote :

@Nadia
Please add an action list to reproduce the issue and assign the bug to me.

Changed in phatch:
assignee: nobody → Nadia Alramli (nadiana)
status: New → Incomplete
Stani (stani)
tags: added: windows
Stani (stani)
Changed in phatch:
assignee: Nadia Alramli (nadiana) → Stani (stani)
importance: Undecided → High
status: Incomplete → Confirmed
Stani (stani)
Changed in phatch:
status: Confirmed → In Progress
Revision history for this message
Stani (stani) wrote :

@nadia
I think it is fixed now. Please test!

Committed revision 1904.

$ bzr diff
=== modified file 'phatch/lib/pyWx/folderFileBrowser.py'
--- phatch/lib/pyWx/folderFileBrowser.py 2010-03-16 04:48:36 +0000
+++ phatch/lib/pyWx/folderFileBrowser.py 2010-03-26 18:00:41 +0000
@@ -238,6 +238,7 @@
         size = (bitmap.GetWidth(), bitmap.GetHeight())
         self.preview.SetSize(size)
         self.preview.SetMinSize(size)
+ self.preview.Refresh()
         self.preview.Show()
         self.preview_sizer.Layout()

Changed in phatch:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.