minor change
This commit is contained in:
parent
5760b05485
commit
9bf6b81493
|
@ -4902,9 +4902,6 @@ void Editor::checkSyntaxInBack()
|
|||
return;
|
||||
if (!syntaxer())
|
||||
return;
|
||||
if (syntaxer()->language()!=QSynedit::ProgrammingLanguage::CPP
|
||||
&& syntaxer()->language()!=QSynedit::ProgrammingLanguage::ATTAssembly)
|
||||
return;
|
||||
pMainWindow->checkSyntaxInBack(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue