Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
b790ebab
Commit
b790ebab
authored
2 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
fix: hide the priority grid in synchronous mode of rdbgui4sasa
parent
e578b529
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/rdbg4sasa/gtkgui.ml
+6
-4
6 additions, 4 deletions
tools/rdbg4sasa/gtkgui.ml
with
6 additions
and
4 deletions
tools/rdbg4sasa/gtkgui.ml
+
6
−
4
View file @
b790ebab
(* Time-stamp: <modified the 04/01/2023 (at 11:
44
) by Erwan Jahier> *)
(* Time-stamp: <modified the 04/01/2023 (at 11:
56
) by Erwan Jahier> *)
#
thread
#
thread
#
require
"lablgtk3"
#
require
"lablgtk3"
...
@@ -418,11 +418,13 @@ let custom_daemon p gtext vbox step_button back_step_button round_button
...
@@ -418,11 +418,13 @@ let custom_daemon p gtext vbox step_button back_step_button round_button
pushbox
#
set_sensitive
enabled
pushbox
#
set_sensitive
enabled
|
Synchronous
|
Distributed
|
Central
|
LocCentral
->
|
Synchronous
|
Distributed
|
Central
|
LocCentral
->
if
!
daemon_kind
=
Synchronous
then
show
undo_button
if
!
daemon_kind
=
Synchronous
then
(
else
hide
undo_button
;
show
undo_button
;
hide
counter_grid
)
else
(
hide
undo_button
;
show
counter_grid
);
(
match
!
oracle_button_ref
with
Some
b
->
show
b
|
None
->
()
);
(
match
!
oracle_button_ref
with
Some
b
->
show
b
|
None
->
()
);
show
back_step_button
;
show
step_button
;
show
round_button
;
show
back_step_button
;
show
step_button
;
show
round_button
;
show
counter_grid
;
if
not
args
.
salut_mode
then
show
legitimate_button
;
(* for the time being *)
if
not
args
.
salut_mode
then
show
legitimate_button
;
(* for the time being *)
hide
checkbox_grid
;
hide
pushbox_grid
;
hide
checkbox_grid
;
hide
pushbox_grid
;
in
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment