mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
@@ -3814,7 +3814,9 @@ ChosenRow InnerWidget::computeChosenRow() const {
|
|||||||
|
|
||||||
bool InnerWidget::isUserpicPress() const {
|
bool InnerWidget::isUserpicPress() const {
|
||||||
return (_lastRowLocalMouseX >= 0)
|
return (_lastRowLocalMouseX >= 0)
|
||||||
&& (_lastRowLocalMouseX < _st->nameLeft);
|
&& (_lastRowLocalMouseX < _st->nameLeft)
|
||||||
|
&& (_collapsedSelected < 0
|
||||||
|
|| _collapsedSelected >= _collapsedRows.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool InnerWidget::isUserpicPressOnWide() const {
|
bool InnerWidget::isUserpicPressOnWide() const {
|
||||||
|
Reference in New Issue
Block a user