]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stattext.cpp
Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
[wxWidgets.git] / src / msw / stattext.cpp
index 7eaa18b562f7638180c40fcb94065205469913c9..36ee6273759e165deaa41c5950709a2e2c85c4d4 100644 (file)
@@ -123,6 +123,9 @@ WXDWORD wxStaticText::MSWGetStyle(long style, WXDWORD *exstyle) const
     else
         msStyle |= SS_LEFT;
 
+    // this style is necessary to receive mouse events
+    msStyle |= SS_NOTIFY;
+
     return msStyle;
 }