View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000953 | Scribus | User Interface | public | 2004-08-09 11:50 | 2004-08-23 06:30 |
Reporter | jo-hannes | Assigned To | fschmid | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | AMD Athlon 1000MHz | OS | Suse Linux | OS Version | 9.1 |
Summary | 0000953: small improvement to the layer selector at the bottom | ||||
Description | add 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. | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0003838 | acknowledged | Metabug: Scribus layers |
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); } } } |
|
here is a patch which adds a check mark in front of active layer |
|
Tested. Fixed. |
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 |