mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[Py Console] Remove message on file change
This commit is contained in:
parent
a9e567060d
commit
1b435ed965
@ -722,9 +722,6 @@ class Editor(QsciScintilla):
|
||||
|
||||
self.parent.tw.listObject(self.parent.tw.currentWidget())
|
||||
self.lastModified = QFileInfo(pathfile).lastModified()
|
||||
msgText = QCoreApplication.translate('PythonConsole',
|
||||
'The file <b>"{0}"</b> has been changed and reloaded').format(pathfile)
|
||||
self.parent.pc.callWidgetMessageBarEditor(msgText, 1, False)
|
||||
QsciScintilla.focusInEvent(self, e)
|
||||
|
||||
def fileReadOnly(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user