From 86695f60a3002ab3b2827338b7004530ecc9767c Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 7 Nov 2019 10:41:57 +0300 Subject: [PATCH] Fix selected text colors on macOS. --- Telegram/lib_ui | 2 +- docs/building-cmake.md | 2 +- docs/building-msvc.md | 4 ++-- docs/building-osx.md | 4 ++-- docs/building-xcode.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Telegram/lib_ui b/Telegram/lib_ui index b12d0dbe9a..c68dceb189 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit b12d0dbe9a388d08dc97ac8b164b52b8b6e33ea1 +Subproject commit c68dceb1892284f49ef1bf04a719f89635d35c58 diff --git a/docs/building-cmake.md b/docs/building-cmake.md index 8b953035b9..8d046a62f8 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -44,7 +44,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 215c359010..baf337cf94 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd ThirdParty git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone https://chromium.googlesource.com/external/gyp cd gyp @@ -64,7 +64,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd .. git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 range-v3 diff --git a/docs/building-osx.md b/docs/building-osx.md index 889c6a6bd2..fadd820029 100644 --- a/docs/building-osx.md +++ b/docs/building-osx.md @@ -33,7 +33,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -50,7 +50,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 8679de9445..220f823ab6 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -33,7 +33,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -50,7 +50,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout b0ec5df + git checkout 4aa377c cd ../ git clone --branch 0.9.1 https://github.com/ericniebler/range-v3