]> git.saurik.com Git - wxWidgets.git/commit - src/generic/colrdlgg.cpp
Remove unnecessary base class OnPaint() call from wxGenericColourDialog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:23 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:23 +0000 (23:23 +0000)
commit4a699e3a59b19c21b6faae714b56cac5a75df2e2
treec14ad849081e6638014e59cf0d783b276903dc5d
parentd6cf9064d4e7e342e99f368c38f9affc63c9bceb
Remove unnecessary base class OnPaint() call from wxGenericColourDialog.

Events should be skipped instead of calling the base class event handler
directly, but in this case even this is not needed as wxGenericColourDialog
takes care of processing the event completely.

Closes #14405.

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