Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttt
Teleteaching Standalone
Commits
0d13c5ce
Commit
0d13c5ce
authored
Apr 11, 2019
by
Administrator
Browse files
pagedown/up does also clean all annotations now
parent
cdfaef34
Pipeline
#1762
passed with stage
in 15 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
java/ttt/player/PaintControls.java
View file @
0d13c5ce
...
...
@@ -417,6 +417,7 @@ public class PaintControls extends GradientPanel {
}
else
{
paintListener
.
setPaintMode
(
Constants
.
AnnotationDeleteAll
);
paintListener
.
triggerPageUp
();
}
}
...
...
@@ -429,6 +430,7 @@ public class PaintControls extends GradientPanel {
}
else
{
paintListener
.
setPaintMode
(
Constants
.
AnnotationDeleteAll
);
paintListener
.
triggerPageDown
();
}
}
...
...
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