View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017342 | Scribus | User Interface | public | 2024-12-15 22:47 | 2024-12-16 21:12 |
| Reporter | nitramr | Assigned To | nitramr | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Desktop PC | OS | Ubuntu | OS Version | 24.10 64-bit |
| Product Version | 1.7.0.svn | ||||
| Target Version | 1.7.0 | Fixed in Version | 1.7.0.svn | ||
| Summary | 0017342: New doc dialog: Visibility of Informational labels is inverted | ||||
| Description | New doc dialog: Visibility of Informational labels is inverted | ||||
| Steps To Reproduce | 1. Go to Preferences -> User interface 2. Enable "Show Informational labels" 3. Create a new document (you can see the small labels below the input fields) 4. Repeat previous steps, but this time turn off the feature => Now you will see the labels | ||||
| Tags | No tags attached. | ||||
| Attached Files | newdocdialog_2024-12-15_01.patch (576 bytes)
Index: scribus/ui/newdocdialog.cpp =================================================================== --- scribus/ui/newdocdialog.cpp (Revision 26497) +++ scribus/ui/newdocdialog.cpp (Arbeitskopie) @@ -58,7 +58,7 @@ setModal(true); setWindowTitle( tr( "New Document" ) ); - m_labelVisibity = !prefsManager.appPrefs.uiPrefs.showLabels; + m_labelVisibity = prefsManager.appPrefs.uiPrefs.showLabels; m_unitIndex = prefsManager.appPrefs.docSetupPrefs.docUnitIndex; m_unitRatio = unitGetRatioFromIndex(m_unitIndex); m_unitSuffix = unitGetSuffixFromIndex(m_unitIndex); | ||||
| Patch | Yes | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-12-15 22:47 | nitramr | New Issue | |
| 2024-12-15 22:47 | nitramr | File Added: newdocdialog_2024-12-15_01.patch | |
| 2024-12-16 06:04 | cbradney | Assigned To | => nitramr |
| 2024-12-16 06:04 | cbradney | Status | new => resolved |
| 2024-12-16 06:04 | cbradney | Resolution | open => fixed |
| 2024-12-16 06:04 | cbradney | Fixed in Version | => 1.7.0.svn |
| 2024-12-16 21:12 | cbradney | Status | resolved => closed |