2
0
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:
John Preston
2015-03-24 18:18:20 +03:00
parent 08e283bc91
commit b5d3580150
7 changed files with 81 additions and 11 deletions

View File

@@ -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));