mirror of https://github.com/BOINC/boinc.git
Mac: Minor generalization tweak In wxWidgets build script
This commit is contained in:
parent
0b11b3f6e2
commit
189db50f78
|
@ -121,8 +121,8 @@ echo ""
|
||||||
# Patch wxWidgets-3.0.0/src/generic/listctrl.cpp to eliminate flicker when resizing columns
|
# Patch wxWidgets-3.0.0/src/generic/listctrl.cpp to eliminate flicker when resizing columns
|
||||||
if [ ! -f src/generic/listctrl.cpp.orig ]; then
|
if [ ! -f src/generic/listctrl.cpp.orig ]; then
|
||||||
cat >> /tmp/listctrl_cpp_diff << ENDOFFILE
|
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
|
--- 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_patched.cpp 2014-06-13 03:44:28.000000000 -0700
|
||||||
@@ -3632,7 +3632,7 @@
|
@@ -3632,7 +3632,7 @@
|
||||||
{
|
{
|
||||||
const int lineHeight = GetLineHeight();
|
const int lineHeight = GetLineHeight();
|
||||||
|
|
Loading…
Reference in New Issue