Increase the number of index items shown by default in wxHTML.
Consider that small index is up to 1000 items, not up to 100 which is really too small. See #10573. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0c993c6fdb
commit
ad7922b8aa
@ -58,7 +58,7 @@
|
||||
#include "wx/spinctrl.h"
|
||||
|
||||
// what is considered "small index"?
|
||||
#define INDEX_IS_SMALL 100
|
||||
#define INDEX_IS_SMALL 1000
|
||||
|
||||
/* Motif defines this as a macro */
|
||||
#ifdef Below
|
||||
|
Loading…
Reference in New Issue
Block a user