Skip to content

Commit

Permalink
- Set the QPlainTextEdit pointer.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Apr 17, 2015
1 parent c587032 commit 7133aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Editors/CEditor.cpp
Expand Up @@ -66,6 +66,7 @@ void CEditor::showContextMenu(QPoint point)
CHighlighter::CHighlighter(QPlainTextEdit *pPlainTextEdit)
: QSyntaxHighlighter(pPlainTextEdit->document())
{
mpPlainTextEdit = pPlainTextEdit;
initializeSettings();
}

Expand Down

0 comments on commit 7133aab

Please sign in to comment.