Version: HEAD (using KDE KDE 3.5.0) Installed from: Compiled From Sources OS: Linux PROBLEM: The font size used for the x-label of a plot is not consistent from plot to plot STEPS TO REPRODUCE: Start Kst Using the data wizard create 4 plots at the same time within one window RESULTS: The font (or font size) used for the x-label of the first plot is not the same as used for the other three plots. EXPECTED RESULTS: The font and font size is the same for all four plots.
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).