# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/hmichel/projetos/netbeans/main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form --- uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form Base (BASE) +++ uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form Locally Modified (Based On LOCAL) @@ -1,4 +1,4 @@ - +
@@ -71,7 +71,7 @@ - + Index: uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.java --- uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.java Base (BASE) +++ uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.java Locally Modified (Based On LOCAL) @@ -283,7 +283,10 @@ try { if (EventQueue.isDispatchThread()) { if (show) { - ReporterResultTopComponent.this.requestVisible(); + final ReporterResultTopComponent topComponent = + ReporterResultTopComponent.this; + topComponent.requestVisible(); + topComponent.requestActive(); } dataDisplayer.setPage(localData); } else {