projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compare file paths using wxFileName, not wxString, in the sample.
[wxWidgets.git]
/
samples
/
widgets
/
gauge.cpp
diff --git
a/samples/widgets/gauge.cpp
b/samples/widgets/gauge.cpp
index ca1f0f092e8af8bf4af16876e00155f2b886ded5..6b16d3757aa49a696fa7ececd1451c3ff06b1179 100644
(file)
--- a/
samples/widgets/gauge.cpp
+++ b/
samples/widgets/gauge.cpp
@@
-303,7
+303,7
@@
void GaugeWidgetsPage::CreateGauge()
wxDefaultPosition, wxDefaultSize,
flags);
m_gauge->SetValue(val);
wxDefaultPosition, wxDefaultSize,
flags);
m_gauge->SetValue(val);
-
+
if ( flags & wxGA_VERTICAL )
m_sizerGauge->Add(m_gauge, 0, wxGROW | wxALL, 5);
else
if ( flags & wxGA_VERTICAL )
m_sizerGauge->Add(m_gauge, 0, wxGROW | wxALL, 5);
else