Project

General

Profile

4078_workaround.diff

Eric Faulhaber, 05/10/2019 01:07 AM

Download (515 Bytes)

View differences:

src/com/goldencode/p2j/ui/client/gui/driver/swing/SwingEmulatedWindow.java 2019-05-10 04:24:50 +0000
1743 1743
   {
1744 1744
      int[] indices = ps.xPoints;
1745 1745
      
1746
      String text = ps.text;
1746
      String text = ps.text != null ? ps.text : "";
1747 1747
      
1748 1748
      int textLength = text.length();
1749 1749