Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -539,7 +539,7 @@ protected:
|
|||||||
|
|
||||||
wxFrame* m_hint_wnd; // transparent hint window, if supported by platform
|
wxFrame* m_hint_wnd; // transparent hint window, if supported by platform
|
||||||
wxTimer m_hint_fadetimer; // transparent fade timer
|
wxTimer m_hint_fadetimer; // transparent fade timer
|
||||||
int m_hint_fadeamt; // transparent fade amount
|
wxByte m_hint_fadeamt; // transparent fade amount
|
||||||
|
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
@@ -2479,7 +2479,7 @@ void wxFrameManager::ShowHint(const wxRect& rect)
|
|||||||
return;
|
return;
|
||||||
m_last_hint = rect;
|
m_last_hint = rect;
|
||||||
|
|
||||||
int initial_fade = 50;
|
wxByte initial_fade = 50;
|
||||||
if (m_flags & wxAUI_MGR_TRANSPARENT_HINT_FADE)
|
if (m_flags & wxAUI_MGR_TRANSPARENT_HINT_FADE)
|
||||||
initial_fade = 0;
|
initial_fade = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user