mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
update flatlaf to version 3.4.1, rsyntaxtextarea to version 3.4.0
This commit is contained in:
parent
c38d356102
commit
bad3633d4e
@ -25,12 +25,12 @@
|
||||
<dependency>
|
||||
<groupId>com.fifesoft</groupId>
|
||||
<artifactId>rsyntaxtextarea</artifactId>
|
||||
<version>3.3.2</version>
|
||||
<version>3.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fifesoft</groupId>
|
||||
<artifactId>autocomplete</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<version>3.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.meteothink</groupId>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<freehep.version>2.4</freehep.version>
|
||||
<flatlaf.version>3.4</flatlaf.version>
|
||||
<flatlaf.version>3.4.1</flatlaf.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
||||
Binary file not shown.
@ -1154,12 +1154,14 @@ class Axes(object):
|
||||
graphic = self._axes.getGraphicNumber() + graphic
|
||||
|
||||
self._axes.getGraphics().remove(graphic)
|
||||
self.stale = True
|
||||
|
||||
def remove(self):
|
||||
"""
|
||||
Remove all graphics.
|
||||
"""
|
||||
self._axes.getGraphics().clear()
|
||||
self.stale = True
|
||||
|
||||
def cll(self):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user