]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected a typo
authorJulian Smart <julian@anthemion.co.uk>
Tue, 4 Sep 2007 13:23:42 +0000 (13:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 4 Sep 2007 13:23:42 +0000 (13:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/tbar95.cpp

index f6de304212b2832c6b210f7aa0a7407c4eaa5502..b7070ed90ae37b00dc0d104931bc3fc26ad7eb4c 100644 (file)
@@ -1179,7 +1179,7 @@ bool wxToolBar::Realize()
     // are incorrectly drawn, by forcing the background to a specific colour.
     int majorVersion, minorVersion;
     wxGetOsVersion(& majorVersion, & minorVersion);
-    if (majorVersion < 6 && hasControls && !!UseBgCol())
+    if (majorVersion < 6 && hasControls && !UseBgCol())
         SetBackgroundColour(GetBackgroundColour());
 
     return true;