- temporary fix for comboboxes not finding the the value in the items when setting themselves with a value by defaulting to the first item in the list
This commit is contained in:
@@ -1060,7 +1060,8 @@ class SolderPaste(AppTool):
|
||||
)
|
||||
except TypeError:
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export Code ..."), ext_filter=_filter_)
|
||||
caption=_("Export Code ..."),
|
||||
ext_filter=_filter_)
|
||||
|
||||
if filename == '':
|
||||
self.app.inform.emit('[WARNING_NOTCL] %s' % _("Export cancelled ..."))
|
||||
|
||||
Reference in New Issue
Block a user