mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Replace T_WIDGET macro with a template base class.
This commit is contained in:
@@ -972,7 +972,7 @@ void StickersBox::Inner::setRowRemoved(int index, bool removed) {
|
||||
}
|
||||
}
|
||||
|
||||
void StickersBox::Inner::leaveEvent(QEvent *e) {
|
||||
void StickersBox::Inner::leaveEventHook(QEvent *e) {
|
||||
_mouse = QPoint(-1, -1);
|
||||
onUpdateSelected();
|
||||
}
|
||||
|
Reference in New Issue
Block a user