You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/17 15:34:16 UTC

[GitHub] [netbeans] DevCharly commented on a change in pull request #1865: [NETBEANS-3428] FlatLaf: multi-tabs in FlatLaf style

DevCharly commented on a change in pull request #1865: [NETBEANS-3428] FlatLaf: multi-tabs in FlatLaf style
URL: https://github.com/apache/netbeans/pull/1865#discussion_r367996329
 
 

 ##########
 File path: platform/core.multitabs/src/org/netbeans/core/multitabs/impl/ControlsToolbar.java
 ##########
 @@ -58,6 +58,7 @@ public void updateUI() {
     private void configure() {
         setFloatable( false );
         setFocusable( false );
+        setOpaque( false );
 
 Review comment:
   Yes, tested with Window, Mac, Nimbus and Metal LaFs. `ControlsToolbar` is a package private class and only used in in `AbstractTabDisplayer`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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