You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/05 09:38:50 UTC

[netbeans] branch master updated: [NETBEANS-3735] FlatLaf: repaint desktop after closing the last editor tab

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 352438d  [NETBEANS-3735] FlatLaf: repaint desktop after closing the last editor tab
     new 83b8df0  Merge pull request #1921 from DevCharly/flatlaf-desktop-repaint
352438d is described below

commit 352438d75ef540dbbc9f1b599a88de14d9a038ed
Author: Karl Tauber <ka...@jformdesigner.com>
AuthorDate: Tue Feb 4 21:40:27 2020 +0100

    [NETBEANS-3735] FlatLaf: repaint desktop after closing the last editor tab
---
 .../core.windows/src/org/netbeans/core/windows/view/EditorView.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platform/core.windows/src/org/netbeans/core/windows/view/EditorView.java b/platform/core.windows/src/org/netbeans/core/windows/view/EditorView.java
index b6afebb..5a4a3fd 100644
--- a/platform/core.windows/src/org/netbeans/core/windows/view/EditorView.java
+++ b/platform/core.windows/src/org/netbeans/core/windows/view/EditorView.java
@@ -278,6 +278,8 @@ public class EditorView extends ViewElement {
             if(this.areaComponent != null) {
                 add(this.areaComponent, BorderLayout.CENTER);
             }
+
+            repaint();
         }
         
         @Override


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

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