Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: fae301f558f6437317a7288fdd5af927e89842cc
      
https://github.com/synfig/synfig/commit/fae301f558f6437317a7288fdd5af927e89842cc
  Author: rodolforg <rodolf...@users.noreply.github.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M synfig-core/src/tool/optionsprocessor.cpp

  Log Message:
  -----------
  fix: ListImporter was not able to fetch the right files on synfig CLI (#3275)

GUI works fine because it already passes the full filename to
synfig::open_canvas_as(), but CLI don't.

GUI opens a file via:
1. App::on_open()
2. App::dialog_open() followed by App::open()
3. App::open_recent()

And all three work well.

fix #3271




_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to