Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 20b7035fbad2212f5aa3e76447a87a2b612cd0c1 https://github.com/synfig/synfig/commit/20b7035fbad2212f5aa3e76447a87a2b612cd0c1 Author: rodolforg <rodolf...@users.noreply.github.com> Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths: M synfig-studio/src/gui/app.cpp M synfig-studio/src/gui/canvasview.cpp M synfig-studio/src/gui/instance.cpp M synfig-studio/src/synfigapp/action_system.cpp M synfig-studio/src/synfigapp/actions/valuedescbonelink.cpp M synfig-studio/src/synfigapp/actions/valuedescset.cpp Log Message: ----------- make UIInterface::confirmation() implementation consistent to signature (#2487) Base class synfigapp::UIInterface has this method signature: ``` virtual Response confirmation( const std::string &message, const std::string &details, const std::string &confirm, const std::string &cancel, Response dflt = RESPONSE_OK ) = 0; ``` Somehow the order of button label text parameters was changed for: - `GlobalUIInterface` (app.cpp) - `CanvasViewUIInterface` (canvasview.cpp) And, for that reason, calls from `synfigapp::Action` may have wrong default responses. _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl