projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*wprintf() functions should be extern, not static, when we define them in wxNEED_WPRI...
[wxWidgets.git]
/
src
/
gtk1
/
gauge.cpp
diff --git
a/src/gtk1/gauge.cpp
b/src/gtk1/gauge.cpp
index f4f5e3196ca6c532df271002efa88996a2386ffc..a68d74215fdda2e530508050cf079d6a0a8fb5ec 100644
(file)
--- a/
src/gtk1/gauge.cpp
+++ b/
src/gtk1/gauge.cpp
@@
-52,7
+52,7
@@
bool wxGauge::Create( wxWindow *parent,
m_parent->DoAddChild( this );
PostCreation(size);
m_parent->DoAddChild( this );
PostCreation(size);
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}
return true;
}