mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Revert updated Harfbuzz-NG in Qt 5.15.15.
This fixes the regression with text rendering in 100% scale. Fixes #28340.
This commit is contained in:
parent
add5a6a0be
commit
54e5c06b4d
1 changed files with 2 additions and 1 deletions
|
@ -449,7 +449,7 @@ if customRunCommand:
|
|||
tmp_zshrc_path = tmp_zshrc.name
|
||||
subprocess.run(['zsh', '--rcs', tmp_zshrc_path], env=modifiedEnv)
|
||||
os.remove(tmp_zshrc_path)
|
||||
elif not run(command):
|
||||
elif not run(' '.join(runCommand) + '\n'):
|
||||
print('FAILED :(')
|
||||
finish(1)
|
||||
finish(0)
|
||||
|
@ -1543,6 +1543,7 @@ release:
|
|||
depends:patches/qtbase_""" + qt + """/*.patch
|
||||
cd qtbase
|
||||
win:
|
||||
git revert --no-edit 6ad56dce34
|
||||
setlocal enabledelayedexpansion
|
||||
for /r %%i in (..\\..\\patches\\qtbase_%QT%\\*) do (
|
||||
git apply %%i -v
|
||||
|
|
Loading…
Add table
Reference in a new issue