Fix text cursor in open channel dialog (#4263)
* Fix text cursor not blinking in open channel dialog * Update CHANGELOG.md Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -410,9 +410,12 @@ bool SelectChannelDialog::EventFilter::eventFilter(QObject *watched,
|
||||
if (radio)
|
||||
{
|
||||
radio->setChecked(true);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else if (event->type() == QEvent::KeyPress)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user