Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NUI
TULIP-CPS
Commits
b4b1543f
Commit
b4b1543f
authored
Jun 09, 2020
by
Nico Mack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added functionality to support scripting
parent
91a33a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CPS/src/lu/list/itis/dkd/tui/widget/corona/SegmentedArcGraph.java
...lu/list/itis/dkd/tui/widget/corona/SegmentedArcGraph.java
+3
-3
No files found.
CPS/src/lu/list/itis/dkd/tui/widget/corona/SegmentedArcGraph.java
View file @
b4b1543f
...
@@ -132,9 +132,9 @@ public class SegmentedArcGraph extends SegmentedArc implements InformationReceiv
...
@@ -132,9 +132,9 @@ public class SegmentedArcGraph extends SegmentedArc implements InformationReceiv
if
(!
active
||
(
this
.
opacity
==
TRANSPARENT
))
if
(!
active
||
(
this
.
opacity
==
TRANSPARENT
))
return
;
return
;
//
if (this.readAndResetPropertyChanged()) {
if
(
this
.
readAndResetPropertyChanged
())
{
//
this.
buildSector
FromProperties();
this
.
update
FromProperties
();
//
}
}
Graphics2D
localCanvas
=
(
Graphics2D
)
canvas
.
create
();
Graphics2D
localCanvas
=
(
Graphics2D
)
canvas
.
create
();
localCanvas
.
setRenderingHint
(
RenderingHints
.
KEY_ANTIALIASING
,
RenderingHints
.
VALUE_ANTIALIAS_ON
);
localCanvas
.
setRenderingHint
(
RenderingHints
.
KEY_ANTIALIASING
,
RenderingHints
.
VALUE_ANTIALIAS_ON
);
...
...
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