X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edd608b18a3f02fc94f69923ee4d6279a9c14b03..b50e6e416e2b4cdc849ea6f24181094c0957d904:/src/msw/statusbar.cpp?ds=sidebyside diff --git a/src/msw/statusbar.cpp b/src/msw/statusbar.cpp index 663c7f6505..d0fe3d05fc 100644 --- a/src/msw/statusbar.cpp +++ b/src/msw/statusbar.cpp @@ -316,7 +316,7 @@ void wxStatusBar::DoUpdateStatusText(int nField) *m_pDC, ellmode, maxWidth, - wxELLIPSIZE_EXPAND_TAB); + wxELLIPSIZE_FLAGS_EXPAND_TABS); // update the ellipsization status for this pane; this is used later to // decide whether a tooltip should be shown or not for this pane