Thu, 01 Aug 2013 15:35:11 +0300
No need to test whether it's safe to close all when creating a new part anymore, since it no longer closes anything.
src/gui_actions.cpp | file | annotate | diff | comparison | revisions |
--- a/src/gui_actions.cpp Thu Aug 01 03:50:13 2013 +0300 +++ b/src/gui_actions.cpp Thu Aug 01 15:35:11 2013 +0300 @@ -44,9 +44,6 @@ // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ============================================================================= DEFINE_ACTION (New, CTRL (N)) { - if (safeToCloseAll() == false) - return; - QDialog* dlg = new QDialog (g_win); Ui::NewPartUI ui; ui.setupUi (dlg);