View Issue Details

IDProjectCategoryView StatusLast Update
0015952ScribusGeneralpublic2019-11-15 11:15
Reporterale Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Product Version1.5.6.svn 
Summary0015952: importing a page into a master page?
Descriptionthe code in scribus.cpp

https://gitlab.com/scribus/scribus/blob/master/scribus/scribus.cpp#L3289

seems to be able to import a page into a master page:

    if (doc->masterPageMode())
     {
         if (nrToImport > 1)
             loadPage(dia->getFromDoc(), pageNs[0] - 1, false);
         doIt = false;
     }

but if i look at the UI, importing a page is disabled in master page mode.

i'm fine with removing the code, since one can always import the page in the document and then convert it to a master page.
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-11-15 11:15 ale New Issue