Project

General

Profile

patch11311.txt

Alexei Kaigorodov, 05/23/2019 12:22 PM

Download (811 Bytes)

 
1
=== modified file '.bzrignore'
2
--- .bzrignore	2017-11-24 12:19:42 +0000
3
+++ .bzrignore	2019-05-20 11:36:13 +0000
4
@@ -68,3 +68,6 @@
5
 src/com/goldencode/p2j/admin/war/WEB-INF
6
 src/com/goldencode/p2j/admin/war/adminapp
7
 src/native/com_goldencode_p2j_comauto_ComOleHelper.h
8
+.idea
9
+*.iml
10
+out
11

    
12
=== modified file 'src/com/goldencode/p2j/ui/client/gui/driver/swing/SwingEmulatedWindow.java'
13
--- src/com/goldencode/p2j/ui/client/gui/driver/swing/SwingEmulatedWindow.java	2019-02-26 20:59:37 +0000
14
+++ src/com/goldencode/p2j/ui/client/gui/driver/swing/SwingEmulatedWindow.java	2019-05-20 11:36:13 +0000
15
@@ -1744,6 +1744,10 @@
16
       int[] indices = ps.xPoints;
17
       
18
       String text = ps.text;
19
+      if (text == null)
20
+      {
21
+         text = "";
22
+      }
23
       
24
       int textLength = text.length();
25
       
26