- refactored some methods from App class and moved them to plotcanvas (plotcanvaslegacy) class
- added an label with icon in the status bar, clicking it will toggle (show status) of the X-Y axis on cavnas - optimized the UI, added to status bar an icon to toggle the axis
This commit is contained in:
@@ -729,7 +729,7 @@ class Film(AppTool):
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export positive film"),
|
||||
directory=self.app.get_last_save_folder() + '/' + name + '_film',
|
||||
filter=filter_ext)
|
||||
ext_filter=filter_ext)
|
||||
except TypeError:
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export positive film"))
|
||||
|
||||
@@ -875,7 +875,7 @@ class Film(AppTool):
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(
|
||||
caption=_("Export negative film"),
|
||||
directory=self.app.get_last_save_folder() + '/' + name + '_film',
|
||||
filter=filter_ext)
|
||||
ext_filter=filter_ext)
|
||||
except TypeError:
|
||||
filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export negative film"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user