mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 01:50:36 +00:00
parent
6effac7915
commit
94ad8f9bc3
@ -3814,7 +3814,9 @@ ChosenRow InnerWidget::computeChosenRow() const {
|
||||
|
||||
bool InnerWidget::isUserpicPress() const {
|
||||
return (_lastRowLocalMouseX >= 0)
|
||||
&& (_lastRowLocalMouseX < _st->nameLeft);
|
||||
&& (_lastRowLocalMouseX < _st->nameLeft)
|
||||
&& (_collapsedSelected < 0
|
||||
|| _collapsedSelected >= _collapsedRows.size());
|
||||
}
|
||||
|
||||
bool InnerWidget::isUserpicPressOnWide() const {
|
||||
|
Loading…
Reference in New Issue
Block a user