From 0209655c26e9240639c5f0a76ca6ca54ae0584b1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 6 Jan 2020 18:31:44 +0100 Subject: [PATCH] Bug 1421: Minor commenting --- src/newt/classes/jogamp/newt/WindowImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java index 25e34df051..7c4769cf53 100644 --- a/src/newt/classes/jogamp/newt/WindowImpl.java +++ b/src/newt/classes/jogamp/newt/WindowImpl.java @@ -2912,8 +2912,7 @@ public final void run() { } // Let the window be positioned if !fullscreen and position changed or being a child window. if ( ( isReconfigureMaskSupported(STATE_MASK_REPOSITIONABLE) || !isNativeValid() ) && - !isFullscreen() && - ( getX() != x || getY() != y || null != getParent()) + !isFullscreen() && ( getX() != x || getY() != y || null != getParent() /* Bug 969 comment 2 */ ) ) { if(isNativeValid()) {