Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
4.3.1
-
None
Description
In file gui/widgets/qscrollbar.cpp there is a private class "QScrollBarPrivate". In that class there is a function "void activateControl(uint control, int threshold = 500), the number 500 is hard coded in the private class, however in some cases the user might want to change the default value. Is it possible to make this configurable?