From 519d8fec8a4e4275f05916ee4ca17f046b8b9518 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Mon, 1 Oct 2018 21:43:19 +0200 Subject: [PATCH] Disable wxUSE_OWNER_DRAWN when using WXQT with CMake --- build/cmake/init.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/build/cmake/init.cmake b/build/cmake/init.cmake index 919ce4c570..3c07f15b21 100644 --- a/build/cmake/init.cmake +++ b/build/cmake/init.cmake @@ -162,6 +162,7 @@ if(wxUSE_GUI) wx_option_force_value(wxUSE_METAFILE OFF) if(WIN32) wx_option_force_value(wxUSE_ACCESSIBILITY OFF) + wx_option_force_value(wxUSE_OWNER_DRAWN OFF) endif() endif()