]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statusbar.cpp
preserve type when loaded image is rescaled, #11543
[wxWidgets.git] / src / msw / statusbar.cpp
index 663c7f6505832cdea40f10d4bc266f3f2ed453a9..d0fe3d05fc3c5840a7a81aab3ce54696819337dd 100644 (file)
@@ -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