- 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:
@@ -251,7 +251,9 @@ class AppTextEditor(QtWidgets.QWidget):
|
||||
ext_filter=_filter_
|
||||
)[0])
|
||||
except TypeError:
|
||||
filename = str(FCFileSaveDialog.get_saved_filename(caption=_("Export Code ..."), ext_filter=_filter_)[0])
|
||||
filename = str(FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export Code ..."),
|
||||
ext_filter=_filter_)[0])
|
||||
|
||||
if filename == "":
|
||||
self.app.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
|
||||
|
||||
Reference in New Issue
Block a user