Summary: | "Select font" dialog window, size list not updated | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | FiNeX <finex> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
"font select" dialog size update problem
refresh list when moving slider |
Description
FiNeX
2007-11-15 12:21:05 UTC
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 |