mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
@@ -275,7 +275,8 @@ void GroupedMedia::draw(
|
|||||||
crl::time ms) const {
|
crl::time ms) const {
|
||||||
const auto groupPadding = groupedPadding();
|
const auto groupPadding = groupedPadding();
|
||||||
const auto fullSelection = (selection == FullSelection);
|
const auto fullSelection = (selection == FullSelection);
|
||||||
const auto textSelection = !fullSelection
|
const auto textSelection = (_mode == Mode::Column)
|
||||||
|
&& !fullSelection
|
||||||
&& !IsSubGroupSelection(selection);
|
&& !IsSubGroupSelection(selection);
|
||||||
for (auto i = 0, count = int(_parts.size()); i != count; ++i) {
|
for (auto i = 0, count = int(_parts.size()); i != count; ++i) {
|
||||||
const auto &part = _parts[i];
|
const auto &part = _parts[i];
|
||||||
|
Reference in New Issue
Block a user