2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix / improve support for album items selection.

This commit is contained in:
John Preston
2018-01-27 16:59:24 +03:00
parent 722264f634
commit 2fdc3169ce
34 changed files with 983 additions and 598 deletions

View File

@@ -223,9 +223,9 @@ msp mst paf pif ps1 reg rgs sct shb shs u3p vb vbe vbs vbscript ws wsf\
return (lastDotIndex >= 0) && (executableTypes->indexOf(filename.mid(lastDotIndex + 1).toLower()) >= 0);
}
[[nodiscard]] HistoryTextState LayoutItemBase::getState(
[[nodiscard]] HistoryView::TextState LayoutItemBase::getState(
QPoint point,
HistoryStateRequest request) const {
StateRequest request) const {
return {};
}