View Issue Details

IDProjectCategoryView StatusLast Update
0012680ScribusGeneralpublic2014-09-12 14:16
ReporterFirasH Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSopenSUSEOS Version13.1
Product Version1.5.0svn 
Fixed in Version1.5.0svn 
Summary0012680: [PATCH] "Show Baseline Grid" is disabled after enabling/disabling Preview Mode
Description"Show Baseline Grid" is disabled enabling/disabling Preview Mode.
Steps To Reproduce0) Create a new document
1) Go to: View > Preview > Preview Mode, enable it
2) Go to: View > Preview > Preview Mode, disable it
3) Go to: View > Text Frames > Show Baseline Grid
The entry is greyed out.
Additional Information1.5.0.svn (19500)
TagsNo tags attached.
Patch

Activities

FirasH

2014-09-11 14:29

developer  

12680-patch.diff (601 bytes)   
Index: scribus/appmodehelper.cpp
===================================================================
--- scribus/appmodehelper.cpp	(revisione 19500)
+++ scribus/appmodehelper.cpp	(copia locale)
@@ -987,7 +1000,7 @@
	(*a_scrActions)["viewShowGrid"]->setEnabled(b2);
	(*a_scrActions)["viewShowGuides"]->setEnabled(b2);
	(*a_scrActions)["viewShowColumnBorders"]->setEnabled(b2);
-	(*a_scrActions)["viewShowBaseline"]->setEnabled(b);
+	(*a_scrActions)["viewShowBaseline"]->setEnabled(b2);
	(*a_scrActions)["viewShowTextChain"]->setEnabled(b2);
	(*a_scrActions)["viewShowTextControls"]->setEnabled(b2);
 }
12680-patch.diff (601 bytes)   

Kunda

2014-09-11 17:20

updater   ~0033625

Confirmed on r19492

jghali

2014-09-11 22:47

administrator   ~0033632

Thanks!

FirasH

2014-09-12 14:16

developer   ~0033650

Thanks jghali!
Closing as fixed.

Issue History

Date Modified Username Field Change
2014-09-11 13:58 FirasH New Issue
2014-09-11 14:29 FirasH Summary "Show Baseline Grid" is disabled enabling/disabling Preview Mode => [PATCH] "Show Baseline Grid" is disabled enabling/disabling Preview Mode
2014-09-11 14:29 FirasH File Added: 12680-patch.diff
2014-09-11 17:20 Kunda Note Added: 0033625
2014-09-11 17:20 Kunda Status new => confirmed
2014-09-11 22:46 jghali Summary [PATCH] "Show Baseline Grid" is disabled enabling/disabling Preview Mode => [PATCH] "Show Baseline Grid" is disabled after enabling/disabling Preview Mode
2014-09-11 22:47 jghali Note Added: 0033632
2014-09-11 22:47 jghali Status confirmed => resolved
2014-09-11 22:47 jghali Fixed in Version => 1.5.0svn
2014-09-11 22:47 jghali Resolution open => fixed
2014-09-11 22:47 jghali Assigned To => jghali
2014-09-12 14:16 FirasH Note Added: 0033650
2014-09-12 14:16 FirasH Status resolved => closed