Mac: Minor generalization tweak In wxWidgets build script

This commit is contained in:
Charlie Fenton 2014-06-16 17:47:17 -07:00
parent 0b11b3f6e2
commit 189db50f78
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ echo ""
# Patch wxWidgets-3.0.0/src/generic/listctrl.cpp to eliminate flicker when resizing columns
if [ ! -f src/generic/listctrl.cpp.orig ]; then
cat >> /tmp/listctrl_cpp_diff << ENDOFFILE
--- /Volumes/Cheer/BOINC_GIT/wxWidgets-3.0.0/src/generic/listctrl.cpp 2013-11-11 05:10:39.000000000 -0800
+++ /Volumes/Cheer/BOINC_GIT/wxWidgets-3.0.0/src/generic/listctrl_patched.cpp 2014-06-13 03:44:28.000000000 -0700
--- src/generic/listctrl.cpp 2013-11-11 05:10:39.000000000 -0800
+++ src/generic/listctrl_patched.cpp 2014-06-13 03:44:28.000000000 -0700
@@ -3632,7 +3632,7 @@
{
const int lineHeight = GetLineHeight();