mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Handle channel event log mouse events.
This commit is contained in:
@@ -900,7 +900,7 @@ void GifsListWidget::updateSelected() {
|
||||
}
|
||||
if (col < inlineItems.size()) {
|
||||
sel = row * MatrixRowShift + col;
|
||||
inlineItems.at(col)->getState(lnk, cursor, sx, sy);
|
||||
inlineItems.at(col)->getState(lnk, cursor, QPoint(sx, sy));
|
||||
lnkhost = inlineItems.at(col);
|
||||
} else {
|
||||
row = col = -1;
|
||||
|
Reference in New Issue
Block a user