mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
Fix for Bugzilla bug #489; thanks to Klaus Malorny (Klaus.Malorny@knipp.de) for reporting it and for providing the fix!
This commit is contained in:
parent
a481deeb91
commit
ba90fa1ea2
@ -3946,7 +3946,7 @@ CNSToolTip* CWinCX::CreateToolTip(LO_ImageStruct* pImage, CPoint& cpPoint, CL_La
|
||||
|
||||
m_ToolTip = new CNSToolTip();
|
||||
|
||||
m_ToolTip->Create(CWnd::FromHandle(GetPane()), TTS_ALWAYSTIP);
|
||||
m_ToolTip->Create(CWnd::FromHandle(GetPane()), TTS_ALWAYSTIP|TTS_NOPREFIX);
|
||||
if (::IsWindow(m_ToolTip->GetSafeHwnd())){
|
||||
m_ToolTip->SetCSID( INTL_GetCSIWinCSID(LO_GetDocumentCharacterSetInfo( GetDocumentContext() )));
|
||||
CRect rect(0, 0, 30, 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user