neilcsmith-net commented on code in PR #9303:
URL: https://github.com/apache/netbeans/pull/9303#discussion_r3006000167


##########
platform/core.startup/src/org/netbeans/core/startup/Splash.java:
##########
@@ -156,26 +176,40 @@ public void setRunning(boolean running) {
             return;
         }
 
+        Runnable edtAction;
         if (running) {
-            if (frame == null) {
-                frame = new Frame(NbBundle.getMessage(Splash.class, 
"LBL_splash_window_title")); // e.g. for window tray display
-                //#215320
-                frame.setType(Window.Type.POPUP);

Review Comment:
   I think you've slightly misunderstood why I asked.  Taken a look back in the 
archive repo and bugzilla for that issue.  Looks like the window type was added 
in 7.2 to fix issues with tiling WMs, so the workaround there goes back to what 
it was before.  Unless I'm missing something, I don't see anything that made 
this modal before that change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to