Project

General

Profile

11050.txt

Sergey Ivanovskiy, 11/13/2015 01:11 PM

Download (613 Bytes)

 
1
=== modified file 'src/com/goldencode/p2j/ui/chui/ThinClient.java'
2
--- src/com/goldencode/p2j/ui/chui/ThinClient.java	2015-11-13 16:56:54 +0000
3
+++ src/com/goldencode/p2j/ui/chui/ThinClient.java	2015-11-13 18:07:28 +0000
4
@@ -9431,7 +9431,7 @@
5
       if (allFramesVisible             &&
6
           window != null               &&
7
           !window.parentOrSelfHidden() &&
8
-          (!window.config().realized || !window.isVisible()))
9
+          ((window.config() != null && !window.config().realized) || !window.isVisible()))
10
       {
11
          independentEventDrawingBracket(window, new Runnable()
12
          {
13