projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor wxStaticText::Ellipsize so it's a static public utility function; document...
[wxWidgets.git]
/
src
/
common
/
windowid.cpp
diff --git
a/src/common/windowid.cpp
b/src/common/windowid.cpp
index 10e57fa66c404bd4289d52d338b97141f059cc24..8db065e0151340dc62e51d886e760b13eea50b7e 100644
(file)
--- a/
src/common/windowid.cpp
+++ b/
src/common/windowid.cpp
@@
-202,7
+202,7
@@
wxWindowID wxIdManager::ReserveId(int count)
while(count--)
ReserveIdRefCount(id--);
- return id;
+ return id
+ 1
;
}
}
else