mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 10:17:16 +00:00
UI thread invoke fixes/improvements 2
This commit is contained in:
@@ -28,6 +28,8 @@ import java.util.List;
|
||||
*/
|
||||
public class HighlightedText implements Serializable {
|
||||
|
||||
public static HighlightedText EMPTY = new HighlightedText();
|
||||
|
||||
public String text;
|
||||
|
||||
private final List<Highlighting> traitHighlights;
|
||||
@@ -69,7 +71,7 @@ public class HighlightedText implements Serializable {
|
||||
this.specialHighlights = writer.specialHilights;
|
||||
}
|
||||
|
||||
public HighlightedText() {
|
||||
private HighlightedText() {
|
||||
this("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user