Summary: | Strikeout/underline not available in font dialogs on some desktops | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | Reports and Printouts | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | adam, inksi |
Priority: | NOR | ||
Version: | 3.1.0 Alpha | ||
Target Milestone: | 3.0.2 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kproperty/f8ed63aa08c6cd5fc33a8fc1b65f9742f02a07f8 | Version Fixed In: | 3.0.2 |
Sentry Crash Report: |
Description
Jarosław Staniek
2017-04-25 12:18:39 UTC
Side note: In the future font properties would be displayed in the property pane directly so the font dialog would not be necessary to change font properties. Git commit f8ed63aa08c6cd5fc33a8fc1b65f9742f02a07f8 by Jaroslaw Staniek. Committed on 15/05/2017 at 14:49. Pushed by staniek into branch '3.0'. Fix: Strikeout/underline font option not available in font dialogs on some desktops Strikeout/underline are not available in font dialogs on non-KDE, non-Windows desktops. Issues found for XFCE which has too simplified dialog. The solution is to force using Qt's own dialog. FIXED-IN:3.0.2 M +12 -1 src/KPropertyUtils.cpp M +17 -2 src/KPropertyUtils_p.h M +6 -3 src/editors/fontedit.cpp https://commits.kde.org/kproperty/f8ed63aa08c6cd5fc33a8fc1b65f9742f02a07f8 |