Version: (using KDE Devel) Installed from: Compiled sources OS: Linux The size list in the "select font" dialog window is not updated when the slider value is updated. I'll attach a screenshot.
Created attachment 22073 [details] "font select" dialog size update problem
Possible patch attached. It only refreshes the list when the slider arrives at a number which is in the list. If the slider is set to 31, as 31 is not in the list, nothing happens in the list. Not sure this is really a bug, KDE 3 font chooser already had this behavior that the intbox did not refresh the list.
Created attachment 22079 [details] refresh list when moving slider
Why MatchContains? I can't think of a bug that this would trigger, assuming the size list is sorted, but still a MatchExactly would be simpler, no?
The patch is working, I've just tried. If there is a simpler way, It will be better :-)
SVN commit 737652 by annma: synch fonts list with slider reviewed by dfaure, thanks BUG=152350 M +6 -0 kfontchooser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=737652