Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
54fdf578
Commit
54fdf578
authored
May 16, 2012
by
MARCHE Claude
Browse files
Fix problems with expanded status of rows in IDE
parent
cfb687f8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ide/gmain.ml
View file @
54fdf578
...
...
@@ -445,6 +445,8 @@ let fan n =
module
S
=
Session
let
session_needs_saving
=
ref
false
let
set_row_status
row
b
=
if
b
then
goals_model
#
set
~
row
:
row
#
iter
~
column
:
status_column
!
image_yes
...
...
@@ -516,7 +518,6 @@ let (_:GtkSignal.id) =
let
(
_
:
GtkSignal
.
id
)
=
goals_view
#
connect
#
row_expanded
~
callback
:
(
row_expanded
true
)
let
session_needs_saving
=
ref
false
let
current_selected_row
=
ref
None
let
current_env_session
=
ref
None
let
env_session
()
=
...
...
Write
Preview
Markdown
is supported
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