Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
a838c2d8
Commit
a838c2d8
authored
Jan 15, 2016
by
Maxime Perrotin
Browse files
Don't erase the log window when autosaving
parent
5aef36a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
a838c2d8
...
...
@@ -1567,7 +1567,8 @@ class SDL_View(QtGui.QGraphicsView, object):
return
False
# check syntax and raise a big warning before saving
self
.
messages_window
.
clear
()
if
not
autosave
:
self
.
messages_window
.
clear
()
if
not
autosave
and
not
scene
.
global_syntax_check
():
LOG
.
error
(
'Syntax errors must be fixed NOW '
'or you may not be able to reload the model'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment