View Issue Details

IDProjectCategoryView StatusLast Update
0012751ScribusShape Drawingpublic2014-10-05 13:17
ReporterFirasH Assigned Tocbradney  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSopenSUSEOS Version13.1
Product Version1.5.0svn 
Fixed in Version1.5.0svn 
Summary0012751: [TESTED-PATCH] Page > Import/Convert to Master Page might lead to crash if in node edit mode
DescriptionPage > Import/Convert to Master Page might lead to crash if in node edit mode.
Steps To Reproduce0) Create a new document
1) Insert a Shape
2) Double-click on the Shape so that Nodes window appears
3) Go to: Page > Import/Convert to Master Page...

Nodes window is opened even if no Shape (blue outline) is selected.
(Same situation as in some previous reports).
Additional Information1.5.0.svn (19551)
TagsNo tags attached.
Patch

Activities

FirasH

2014-10-05 11:58

developer  

12751-Patch.diff (557 bytes)   
Index: scribus/appmodehelper.cpp
===================================================================
--- scribus/appmodehelper.cpp	(revisione 19551)
+++ scribus/appmodehelper.cpp	(copia locale)
@@ -544,6 +544,8 @@
	(*a_scrActions)["itemConvertToBezierCurve"]->setEnabled(b2);
	(*a_scrActions)["itemConvertToOutlines"]->setEnabled(b2);
	(*a_scrActions)["itemConvertToSymbolFrame"]->setEnabled(b2);
+	(*a_scrActions)["pageImport"]->setEnabled(b2);
+	(*a_scrActions)["pageCopyToMasterPage"]->setEnabled(b2);

	setActionGroupEnabled(a_scrLayersActions, b2);
 }
12751-Patch.diff (557 bytes)   

Issue History

Date Modified Username Field Change
2014-10-05 11:57 FirasH New Issue
2014-10-05 11:58 FirasH File Added: 12751-Patch.diff
2014-10-05 13:17 cbradney Status new => closed
2014-10-05 13:17 cbradney Assigned To => cbradney
2014-10-05 13:17 cbradney Resolution open => fixed
2014-10-05 13:17 cbradney Fixed in Version => 1.5.0svn