Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
6959a83e
Commit
6959a83e
authored
Oct 16, 2016
by
Maxime Perrotin
Browse files
Start with maximized size window
parent
4e0b052c
Changes
2
Hide whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
6959a83e
...
...
@@ -999,7 +999,7 @@ def fix_expression_types(expr, context): # type: -> [warnings]
''' Check/ensure type consistency in binary expressions '''
warnings
=
[]
for
_
in
range
(
2
):
# Check if a
n
raw enumerated value is of a reference type
# Check if a raw enumerated value is of a reference type
warnings
.
extend
(
fix_enumerated_and_choice
(
expr
,
context
))
expr
.
right
,
expr
.
left
=
expr
.
left
,
expr
.
right
...
...
opengeode/opengeode.py
View file @
6959a83e
...
...
@@ -2150,6 +2150,7 @@ class OG_MainWindow(QtGui.QMainWindow, object):
self
.
sub_mdi
=
None
self
.
statechart_mdi
=
None
self
.
datadict
=
None
self
.
setWindowState
(
Qt
.
WindowMaximized
)
def
new_scene
(
self
,
readonly
=
False
):
''' Create a new, clean SDL scene. This function is necessary because
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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