Summary: | Font size used for x-label not consistent | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | view objects | Assignee: | kst |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2006-01-30 20:58:17 UTC
Cannot reproduce this in trunk. There should be two additional steps appended to the STEPS TO REPRODUCE: Right click on the first plot and select Edit... Click on Apply Edits (without making any changes) > ------- There should be two additional steps appended to the STEPS TO > REPRODUCE: > > Right click on the first plot and select Edit... > Click on Apply Edits (without making any changes) I still can't reproduce this problem, but I know what it is. The font that's being used for the plot form the data wizard isn't in the list of fonts, so it switches to the first one. This is a result of the "guess the best default font" code I think. Andrew, can you attempt to verify George's speculation by making sure that the fonts are all set to something that exists. George's speculation is right. Clearly a bug somewhere (possible KDE) as it doesn't seem reasonable to be drawing with a font that doesn't exist in the font list. No, it's not a KDE/Qt bug. It's maybe an issue in our code. Somehow we're constructing a QFont for a non-existent font so a fallback is being chosen. I can't reproduce this. There is a font problem on your system. Somehow a font is being chosen by the datamanager that cannot be loaded after (or cannot be found in the font combo). |