Fixed color of strikeout format when spellcheck underline is present.

This commit is contained in:
23rd 2024-12-18 11:54:26 +03:00
parent 29b0055e39
commit 6d1e421ad7

View file

@ -457,7 +457,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout cf3b896e00 git checkout b3d7243fe1
""") """)
stage('msys64', """ stage('msys64', """
@ -1637,7 +1637,7 @@ else: # qt > '6'
stage('qt_' + qt, """ stage('qt_' + qt, """
git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT git clone -b """ + branch + """ https://github.com/qt/qt5.git qt_$QT
cd qt_$QT cd qt_$QT
git submodule update --init --recursive qtbase qtimageformats qtsvg git submodule update --init --recursive --progress qtbase qtimageformats qtsvg
depends:patches/qtbase_""" + qt + """/*.patch depends:patches/qtbase_""" + qt + """/*.patch
cd qtbase cd qtbase
mac: mac: