debugger: adjust format of item count after f9eea7e1

This commit is contained in:
hjk
2010-11-19 11:48:52 +01:00
parent 718c08a009
commit 4a08c9a302
2 changed files with 7 additions and 4 deletions

View File

@@ -2048,7 +2048,7 @@ def qdump__std__list(d, item):
size += 1
p = p["_M_next"]
d.putItemCount(select(size <= 1000, size, "> 1000"))
d.putItemCount(size, 1000)
d.putNumChild(size)
if d.isExpanded(item):