mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
removing of recent hashtags added
This commit is contained in:
@@ -1060,7 +1060,7 @@ void HistoryList::onTouchSelect() {
|
||||
}
|
||||
|
||||
void HistoryList::onUpdateSelected() {
|
||||
if (hist->isEmpty()) return;
|
||||
if (!hist || hist->isEmpty()) return;
|
||||
|
||||
QPoint mousePos(mapFromGlobal(_dragPos));
|
||||
QPoint m(historyWidget->clampMousePosition(mousePos));
|
||||
|
Reference in New Issue
Block a user