mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Don't show messagebar for syntax check. No need
This commit is contained in:
parent
e394cfb4fd
commit
1b63204921
@ -638,9 +638,6 @@ class Editor(QsciScintilla):
|
||||
else:
|
||||
self.markerDeleteAll()
|
||||
self.clearAnnotations()
|
||||
if fromContextMenu:
|
||||
msgText = QCoreApplication.translate('PythonConsole', 'Syntax ok')
|
||||
self.parent.pc.callWidgetMessageBarEditor(msgText, 0, True)
|
||||
return True
|
||||
|
||||
def keyPressEvent(self, e):
|
||||
|
Loading…
x
Reference in New Issue
Block a user