X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=wx%2Fgui%2Fgmain.py;h=be2a0babb62f92b8b38d503a92f818a5851385eb;hp=85aa2d6baa15abda486d6aa25bc85445f14e6d78;hb=a9c3c32bc9ba2604d0bab6a7a2df530396b6d965;hpb=e37b83503aa09d36d7e32327d9bd1f6c42708890 diff --git a/wx/gui/gmain.py b/wx/gui/gmain.py index 85aa2d6..be2a0ba 100644 --- a/wx/gui/gmain.py +++ b/wx/gui/gmain.py @@ -344,7 +344,7 @@ class PdfFrame(wx.Frame): choices=["everything to bitmaps", "fonts to fonts, everything else to bitmaps", "polygons to polygons and fonts to fonts"], - size=(350,-1), style=wx.CB_DROPDOWN + size=(350,-1) ) # I'm not sure about the utility of this, so Show False self.toolbar_preview_type.Show(False)