projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxDocManager::FindTemplate() method.
[wxWidgets.git]
/
src
/
generic
/
statusbr.cpp
diff --git
a/src/generic/statusbr.cpp
b/src/generic/statusbr.cpp
index 740df48eed026e533fefd1aa232566f25270ffd6..4c24ee5c35eaadb261930f1d340cc1204d294e46 100644
(file)
--- a/
src/generic/statusbr.cpp
+++ b/
src/generic/statusbr.cpp
@@
-248,7
+248,7
@@
void wxStatusBarGeneric::DrawFieldText(wxDC& dc, const wxRect& rect, int i, int
text = wxControl::Ellipsize(text, dc,
ellmode,
maxWidth,
text = wxControl::Ellipsize(text, dc,
ellmode,
maxWidth,
- wxELLIPSIZE_
EXPAND_TAB
);
+ wxELLIPSIZE_
FLAGS_EXPAND_TABS
);
// Ellipsize() will do something only if necessary
// update the ellipsization status for this pane; this is used later to
// Ellipsize() will do something only if necessary
// update the ellipsization status for this pane; this is used later to