uses native implementation for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2e6857fac2
commit
470d7e4f3e
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/colordlg.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/mac/colordlg.h"
|
||||
#else
|
||||
#include "wx/generic/colrdlgg.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue