fix: Split input sometimes not accepting focus (#4958)
This commit is contained in:
@@ -691,6 +691,8 @@ void SplitInput::installKeyPressedEvent()
|
||||
|
||||
void SplitInput::mousePressEvent(QMouseEvent *event)
|
||||
{
|
||||
this->giveFocus(Qt::MouseFocusReason);
|
||||
|
||||
if (this->hidden)
|
||||
{
|
||||
BaseWidget::mousePressEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user