projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding label editing to native OS X listctrl.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
imagebrowser.py
diff --git
a/wxPython/wx/lib/imagebrowser.py
b/wxPython/wx/lib/imagebrowser.py
index d284562058265f9f9f5dbcbeb11a12d0c6ee2ffe..576d0bcfbd9232f2ba76b354e3f3edd24611041c 100644
(file)
--- a/
wxPython/wx/lib/imagebrowser.py
+++ b/
wxPython/wx/lib/imagebrowser.py
@@
-124,7
+124,7
@@
class ImageDialog(wx.Dialog):
self.y_pos = 20
self.delta = 20
self.y_pos = 20
self.delta = 20
- size = wx.Size(80,
25
)
+ size = wx.Size(80,
-1
)
self.set_dir = os.getcwd()
self.set_file = None
self.set_dir = os.getcwd()
self.set_file = None
@@
-330,7
+330,7
@@
class FindFiles:
if pattern.match(value) != None:
filelist.append(i)
if pattern.match(value) != None:
filelist.append(i)
-
self.files = filelist
+ self.files = filelist
def MakeRegex(self, pattern):
import re
def MakeRegex(self, pattern):
import re