mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix search by recently used hashtags.
This commit is contained in:
@@ -307,7 +307,9 @@ Widget::Widget(
|
||||
QObject::connect(
|
||||
_filter->rawTextEdit().get(),
|
||||
&QTextEdit::cursorPositionChanged,
|
||||
[=] { filterCursorMoved(); });
|
||||
this,
|
||||
[=] { filterCursorMoved(); },
|
||||
Qt::QueuedConnection); // So getLastText() works already.
|
||||
|
||||
if (!Core::UpdaterDisabled()) {
|
||||
Core::UpdateChecker checker;
|
||||
|
Reference in New Issue
Block a user