Recompute the tooltip width when changing its text in wxMSW.
This avoids unnecessarily wrapping the tooltips if they are set to a longer string than their initial value later. Closes #4685. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -622,6 +622,7 @@ wxMSW:
|
||||
- Make wxPrinterDC::DrawIcon() actually work (Artur Wieczorek).
|
||||
- Fix handling of wxSET, wxCLEAR and wxINVERT in wxDC (Artur Wieczorek).
|
||||
- Fix bug with multiple default buttons in a dialog (Artur Wieczorek).
|
||||
- Improve tooltips wrapping after updating their text (Artur Wieczorek).
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user