From 9534121676485cccdc0ea400b822e845e4aeb3db Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Mon, 11 Dec 2017 15:19:13 +0400
Subject: [PATCH] Fix issue number :/ Fixes #4150.

---
 Telegram/SourceFiles/platform/mac/main_window_mac.mm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Telegram/SourceFiles/platform/mac/main_window_mac.mm b/Telegram/SourceFiles/platform/mac/main_window_mac.mm
index c25887a2b..1bd1c031c 100644
--- a/Telegram/SourceFiles/platform/mac/main_window_mac.mm
+++ b/Telegram/SourceFiles/platform/mac/main_window_mac.mm
@@ -247,7 +247,7 @@ void MainWindow::Private::initCustomTitle() {
 	_public->_customTitleHeight = qMax(qRound(full.size.height - inner.size.height), 0);
 
 	// Qt still has some bug with layer-backed widgets containing QOpenGLWidgets.
-	// See https://github.com/telegramdesktop/tdesktop/issues/4149
+	// See https://github.com/telegramdesktop/tdesktop/issues/4150
 	// Tried to workaround it by catching the first moment we have CALayer created
 	// and explicitly setting contentsScale to window->backingScaleFactor there.
 	_layerCreationChecker = std::make_unique<LayerCreationChecker>(_nativeView, [=] {