We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b6082 commit 7dd3326Copy full SHA for 7dd3326
base/view/listView.cpp
@@ -880,8 +880,8 @@ namespace mango
880
881
drawLen = 4*displayLen/count;
882
883
- if(drawLen <10)
884
- drawLen = 10;
+ if(drawLen <20)
+ drawLen = 20;
885
886
drawOffset = offset*(displayLen-drawLen)/((count-4)*53);
887
@@ -1220,6 +1220,7 @@ namespace mango
1220
1221
mFocusedRecord = NULL ;
1222
mSelectedIndex = -1 ;
1223
+ mSelectedRecord = NULL;
1224
return 0 ;
1225
}
1226
Point& ListView::getTouchPrevPosition(void){
0 commit comments