mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Implemented soft-wrap support in TextLayout.
Also fixed an old LineWrap::computeLineBreaks bug that wrapped too soon some texts, I had to update the tests (they where looking strange but I thought it was some unfortunate wrapping).
This commit is contained in:
2
.github/workflows/eepp-macos-build-check.yml
vendored
2
.github/workflows/eepp-macos-build-check.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
premake5 --disable-static-build gmake
|
||||
make -C make/macosx/ -e config=release_arm64
|
||||
make -C make/macosx/ -j$(sysctl -n hw.ncpu) -e config=release_arm64
|
||||
- name: Unit Tests
|
||||
run: |
|
||||
cd bin/unit_tests
|
||||
|
||||
Reference in New Issue
Block a user