View Issue Details

IDProjectCategoryView StatusLast Update
0000953ScribusUser Interfacepublic2004-08-23 06:30
Reporterjo-hannes Assigned Tofschmid  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformAMD Athlon 1000MHzOSSuse LinuxOS Version9.1
Summary0000953: small improvement to the layer selector at the bottom
Descriptionadd a small checkmark to the active layer in the list when clicking on the field with the active layer, although the layer name is shown in the status line, its more user friendliy i think.
TagsNo tags attached.
Patch

Relationships

child of 0003838 acknowledged Metabug: Scribus layers 

Activities

2004-08-22 15:19

 

scribusview.cpp.diff (325 bytes)   
--- scribusview.cpp.orig	2004-08-22 16:11:18.000000000 +0200
+++ scribusview.cpp	2004-08-22 17:13:41.000000000 +0200
@@ -568,6 +568,8 @@
 		for (a=0; a < Doc->Layers.count(); a++)
 		{
 			Laymen->insertItem(Doc->Layers[a].Name);
+			if (Doc->ActiveLayer == a)
+				Laymen->setItemChecked(Laymen->idAt(a), true);
 		}
 	}
 }
scribusview.cpp.diff (325 bytes)   

fredd

2004-08-22 15:19

reporter   ~0002188

here is a patch which adds a check mark in front of active layer

cbradney

2004-08-23 06:30

administrator   ~0002192

Tested. Fixed.

Issue History

Date Modified Username Field Change
2004-08-09 11:50 jo-hannes New Issue
2004-08-22 14:16 cbradney Status new => assigned
2004-08-22 14:16 cbradney Assigned To => fschmid
2004-08-22 14:23 fredd File Added: scribusview.cpp.diff
2004-08-22 15:18 cbradney File Deleted: scribusview.cpp.diff
2004-08-22 15:19 fredd File Added: scribusview.cpp.diff
2004-08-22 15:19 fredd Note Added: 0002188
2004-08-22 20:39 fschmid Status assigned => resolved
2004-08-22 20:39 fschmid Resolution open => fixed
2004-08-23 06:30 cbradney Status resolved => closed
2004-08-23 06:30 cbradney Note Added: 0002192
2006-05-18 23:11 christoph_s Relationship added child of 0003838