Skip to content

Commit 335444a

Browse files
committed
Bom dest dir doesn't have to exist
1 parent 01647c4 commit 335444a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InteractiveHtmlBom/dialog/dialog_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def __init__( self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition, size = wx.
194194

195195
sbSizer6 = wx.StaticBoxSizer( wx.StaticBox( self, wx.ID_ANY, u"Bom destination directory" ), wx.VERTICAL )
196196

197-
self.bomDirPicker = wx.DirPickerCtrl( sbSizer6.GetStaticBox(), wx.ID_ANY, wx.EmptyString, u"Select bom folder", wx.DefaultPosition, wx.DefaultSize, wx.DIRP_DIR_MUST_EXIST|wx.DIRP_SMALL|wx.DIRP_USE_TEXTCTRL|wx.BORDER_SIMPLE )
197+
self.bomDirPicker = wx.DirPickerCtrl( sbSizer6.GetStaticBox(), wx.ID_ANY, wx.EmptyString, u"Select bom folder", wx.DefaultPosition, wx.DefaultSize, wx.DIRP_SMALL|wx.DIRP_USE_TEXTCTRL|wx.BORDER_SIMPLE )
198198
sbSizer6.Add( self.bomDirPicker, 0, wx.EXPAND|wx.BOTTOM|wx.RIGHT|wx.LEFT, 5 )
199199

200200

settings_dialog.fbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@
19051905
<property name="resize">Resizable</property>
19061906
<property name="show">1</property>
19071907
<property name="size"></property>
1908-
<property name="style">wxDIRP_DIR_MUST_EXIST|wxDIRP_SMALL|wxDIRP_USE_TEXTCTRL</property>
1908+
<property name="style">wxDIRP_SMALL|wxDIRP_USE_TEXTCTRL</property>
19091909
<property name="subclass">; ; forward_declare</property>
19101910
<property name="toolbar_pane">0</property>
19111911
<property name="tooltip"></property>

0 commit comments

Comments
 (0)