Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
fbc0c764
Commit
fbc0c764
authored
Oct 12, 2017
by
Sarah Grebing
Browse files
Minor Bugfix
parent
45f9a7ad
Pipeline
#14511
failed with stage
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ui/src/main/resources/edu/kit/iti/formal/psdbg/gui/controller/DebuggerMain.fxml
View file @
fbc0c764
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</SplitMenuButton>
</SplitMenuButton>
<Button
disable=
"${! controller.debugMode}"
>
<Button>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_INTO"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_INTO"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -127,8 +127,7 @@
...
@@ -127,8 +127,7 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stepOver"
<Button
onAction=
"#stepOver"
>
disable=
"${! controller.debugMode}"
>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -137,8 +136,7 @@
...
@@ -137,8 +136,7 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stepBack"
<Button
onAction=
"#stepBack"
>
disable=
"${! controller.debugMode}"
>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
scaleX=
"-1"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
scaleX=
"-1"
/>
</graphic>
</graphic>
...
@@ -148,7 +146,7 @@
...
@@ -148,7 +146,7 @@
</Button>
</Button>
<Button
disable=
"${! controller.debugMode}"
>
<Button>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OUT"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OUT"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -157,7 +155,8 @@
...
@@ -157,7 +155,8 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stopDebugMode"
disable=
"${! controller.debugMode}"
>
<Button
onAction=
"#stopDebugMode"
>
<!--disable="${! controller.debugMode}"-->
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"STOP"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"STOP"
size=
"24.0"
/>
</graphic>
</graphic>
...
...
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