projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make archive top level dirs match that of the archive name.
[wxWidgets.git]
/
src
/
generic
/
vscroll.cpp
diff --git
a/src/generic/vscroll.cpp
b/src/generic/vscroll.cpp
index 59a65f856e03ac1c86b0782809873b8b938f67bb..a7d388a9bf4bb4af08507786f1c8db052e3a87b4 100644
(file)
--- a/
src/generic/vscroll.cpp
+++ b/
src/generic/vscroll.cpp
@@
-307,7
+307,7
@@
bool wxVScrolledWindow::Layout()
// adjust the sizer dimensions/position taking into account the
// virtual size and scrolled position of the window.
- int w
, h
;
+ int w
= 0, h = 0
;
GetVirtualSize(&w, &h);
// x is always 0 so no variable needed