wxTinderbox warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1274,8 +1274,10 @@ void wxTopLevelWindowGTK::RequestUserAttention(int flags)
|
|||||||
|
|
||||||
void wxTopLevelWindowGTK::SetWindowStyleFlag( long style )
|
void wxTopLevelWindowGTK::SetWindowStyleFlag( long style )
|
||||||
{
|
{
|
||||||
|
#if defined(__WXGTK24__) || GTK_CHECK_VERSION(2,2,0)
|
||||||
// Store which styles were changed
|
// Store which styles were changed
|
||||||
long styleChanges = style ^ m_windowStyle;
|
long styleChanges = style ^ m_windowStyle;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Process wxWindow styles. This also updates the internal variable
|
// Process wxWindow styles. This also updates the internal variable
|
||||||
// Therefore m_windowStyle bits carry now the _new_ style values
|
// Therefore m_windowStyle bits carry now the _new_ style values
|
||||||
|
Reference in New Issue
Block a user