mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
6effac7915
commit
94ad8f9bc3
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue