Skip to content

Commit

Permalink
Fix crash in Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 27, 2024
1 parent 4ca16c2 commit dac0431
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ TextEditorAutoCompleteComponent::TextEditorAutoCompleteComponent(TextEditorContr

listWidgetRef_->setFocus();

hide();

infoTipRef_ = new FakeToolTip(controllerRef_, this);

QPalette p = listWidgetRef_->palette();
Expand Down

0 comments on commit dac0431

Please sign in to comment.