Toolbar/tooltip udates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,7 +98,7 @@ void wxToolTip::DisplayToolTipWindow(
|
||||
LONG lWidth = 0L;
|
||||
LONG lHeight = 0L;
|
||||
|
||||
lWidth = m_sText.Length() * 13;
|
||||
lWidth = m_sText.Length() * 8;
|
||||
lHeight = 15;
|
||||
::WinSetWindowPos( m_hWnd
|
||||
,HWND_TOP
|
||||
|
Reference in New Issue
Block a user