From 810d617411e12e12a5e771d8d49964315b4ec405 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Sat, 31 Oct 2009 20:11:28 +0000 Subject: [PATCH] wxWidgets/Win32: Disable tablet/inkpad support. Causes crashes on Vista/Win7 systems with tablets connected, and not needed for what we use RichEdit for (which is the read-only console). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2104 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/wxWidgets/include/wx/setup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3rdparty/wxWidgets/include/wx/setup.h b/3rdparty/wxWidgets/include/wx/setup.h index 11538dbac8..a6b1929685 100644 --- a/3rdparty/wxWidgets/include/wx/setup.h +++ b/3rdparty/wxWidgets/include/wx/setup.h @@ -1323,7 +1323,9 @@ #define wxUSE_UXTHEME_AUTO 1 // Set to 1 to use InkEdit control (Tablet PC), if available -#define wxUSE_INKEDIT 1 +// PCSX2 note: Warning!! Causes crashes on Vista/Win7 if a user has a tablet connected. --air +// https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=435344 +#define wxUSE_INKEDIT 0 // ---------------------------------------------------------------------------- // Generic versions of native controls