Skip to content

Commit

Permalink
- A minor flickering effect is fixed in MSL suggestion box.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Feb 22, 2011
1 parent 69b2b43 commit dc50792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/LibraryWidget.cpp
Expand Up @@ -857,7 +857,7 @@ bool MSLSuggestCompletion::eventFilter(QObject *pObject, QEvent *event)
default:
mpMSLSearchBox->setFocus();
mpMSLSearchBox->event(event);
mpPopup->hide();
//mpPopup->hide();
break;
}
return consumed;
Expand Down

0 comments on commit dc50792

Please sign in to comment.