Skip to content

Commit

Permalink
Merge fdf942e into 5a8766e
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot authored Apr 11, 2018
2 parents 5a8766e + fdf942e commit b039a76
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Telegram/SourceFiles/ui/text/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/

#include <assert.h>

#include "ui/text/text.h"

#include <private/qharfbuzz_p.h>
#include "core/utils.h" // makeShared
#include "core/click_handler_types.h" // UrlClickHandler

#include "ui/text/text_block.h" // TextBlockTSkip, ...
#include "styles/style_basic.h" // style::TextStyle

#include "core/click_handler_types.h"
#include "ui/text/text_block.h"
#include "lang/lang_keys.h"
#include "platform/platform_specific.h"
#include "boxes/confirm_box.h"
#include "mainwindow.h"
class HiddenUrlClickHandler;

namespace {

Expand Down Expand Up @@ -1806,7 +1808,6 @@ class TextPainter {
} else {
analysis->flags = QScriptAnalysis::None;
}
analysis->script = hbscript_to_script(script_to_hbscript(analysis->script)); // retain the old behavior
++start;
++analysis;
}
Expand Down

0 comments on commit b039a76

Please sign in to comment.