View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017403 | Scribus | Usability | public | 2025-02-03 10:26 | 2025-02-03 20:43 |
Reporter | PeterBenedek | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | Linux Mint | OS Version | 22 (64bit) |
Product Version | 1.7.0 | ||||
Fixed in Version | 1.7.1.svn | ||||
Summary | 0017403: Changing line spacing mode resets font family value | ||||
Description | Tested in Scribus 1.7.0 (flatpak); Qt 6.7.3 * Make a Text Frame * Add some characters the text frame * Select characters in Text Frame * Change Font Family * Change line spacing mode value Result: the font family field value is reset to default | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
|
|
@jghali, it seems like we fixed this in parallel. bugfix_textstyle_2025-02-03_01.patch (575 bytes)
Index: scribus/ui/propertywidget_text.cpp =================================================================== --- scribus/ui/propertywidget_text.cpp (Revision 26659) +++ scribus/ui/propertywidget_text.cpp (Arbeitskopie) @@ -270,7 +270,6 @@ Selection tempSelection(this, false); tempSelection.addItem(m_item, true); m_doc->itemSelection_SetLineSpacingMode(id, &tempSelection); - updateStyle(((m_doc->appMode == modeEdit) || (m_doc->appMode == modeEditTable)) ? m_item->currentStyle() : m_item->itemText.defaultStyle()); m_doc->regionsChanged()->update(QRect()); } |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-03 10:26 | PeterBenedek | New Issue | |
2025-02-03 10:26 | PeterBenedek | File Added: ResetFontFamily.gif | |
2025-02-03 10:26 | PeterBenedek | Description Updated | |
2025-02-03 19:16 | cbradney | Assigned To | => nitramr |
2025-02-03 19:16 | cbradney | Status | new => assigned |
2025-02-03 20:34 | jghali | Assigned To | nitramr => jghali |
2025-02-03 20:34 | jghali | Status | assigned => resolved |
2025-02-03 20:34 | jghali | Resolution | open => fixed |
2025-02-03 20:34 | jghali | Fixed in Version | => 1.7.1.svn |
2025-02-03 20:43 | nitramr | Note Added: 0052002 | |
2025-02-03 20:43 | nitramr | File Added: bugfix_textstyle_2025-02-03_01.patch |