mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Show nice padded code blocks.
This commit is contained in:
@@ -596,7 +596,7 @@ bool MainWidget::shareUrl(
|
||||
const auto cursor = MessageCursor{
|
||||
int(url.size()) + 1,
|
||||
int(url.size()) + 1 + int(text.size()),
|
||||
QFIXED_MAX
|
||||
Ui::kQFixedMax
|
||||
};
|
||||
const auto history = thread->owningHistory();
|
||||
const auto topicRootId = thread->topicRootId();
|
||||
|
Reference in New Issue
Block a user