Fix harmless g++ 4.3 warning about suggested parentheses.
Closes #11719. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -954,7 +954,7 @@ WXLRESULT wxButton::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
|
|||||||
#if wxUSE_UXTHEME
|
#if wxUSE_UXTHEME
|
||||||
wxUxThemeEngine::GetIfActive() ||
|
wxUxThemeEngine::GetIfActive() ||
|
||||||
#endif // wxUSE_UXTHEME
|
#endif // wxUSE_UXTHEME
|
||||||
m_imageData && m_imageData->GetBitmap(State_Current).IsOk()
|
(m_imageData && m_imageData->GetBitmap(State_Current).IsOk())
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user