View Issue Details

IDProjectCategoryView StatusLast Update
0017342ScribusUser Interfacepublic2024-12-16 21:12
Reporternitramr Assigned Tonitramr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDesktop PCOSUbuntuOS Version24.10 64-bit
Product Version1.7.0.svn 
Target Version1.7.0Fixed in Version1.7.0.svn 
Summary0017342: New doc dialog: Visibility of Informational labels is inverted
DescriptionNew doc dialog: Visibility of Informational labels is inverted
Steps To Reproduce1. 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
TagsNo tags attached.
PatchYes

Activities

nitramr

2024-12-15 22:47

developer  

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);

Issue History

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