]> git.saurik.com Git - wxWidgets.git/commit
compare colours using their operator==() instead of comparing individual RGB componen...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2007 14:24:18 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2007 14:24:18 +0000 (14:24 +0000)
commitb685c0a6684e28fee1bade4e7b3677ef60f8f34c
tree6131d2dd346f89214866da28d47e53c00add0814
parent9a2534df0492d08e808224648cad814ba21ba80d
compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/gdicmn.cpp