reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit ddbd07b64453058e3979ab910c9c341fdf4afb94
parent 15ffebee25e7508bb1fb80856ab9226f7e6592cb
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed,  1 Jan 2020 07:50:04 -0500

rebase the richtext-off WDL patch against justinfrankel/WDL@8fb345b63e1a05944a6ee82e09fc01a620ad7dff

Diffstat:
M.travis.yml | 2+-
MREADME.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -13,7 +13,7 @@ install: # SWELL: optimize ListView_SetItemText on macOS - curl -fsSL https://github.com/cfillion/WDL/commit/a6d7f802762e5e9d9833829bab83696e0db50de6.patch | git -C vendor/WDL am # SWELL: disable rich text in multiline textboxes on macOS - - curl -fsSL https://github.com/cfillion/WDL/commit/af9df173570edbb1d022045a7036d8d3296977b6.patch | git -C vendor/WDL am + - curl -fsSL https://github.com/cfillion/WDL/commit/0812a52d9d7fbb4b6e4dc267466f1a6844e3d069.patch | git -C vendor/WDL am script: - cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/README.md b/README.md @@ -45,7 +45,7 @@ The build tools can be installed using `xcode-select --install` or the Xcode IDE Apply these patches to WDL: - [optimize-listview-setitemtext](https://github.com/cfillion/WDL/commit/a6d7f802762e5e9d9833829bab83696e0db50de6.patch) -- [richtext-off](https://github.com/cfillion/WDL/commit/af9df173570edbb1d022045a7036d8d3296977b6.patch) +- [richtext-off](https://github.com/cfillion/WDL/commit/0812a52d9d7fbb4b6e4dc267466f1a6844e3d069.patch) #### Windows