This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 247902
Collapse All | Expand All

(-)a/cnd.navigation/src/org/netbeans/modules/cnd/navigation/macroview/MacroExpansionViewUtils.java (+1 lines)
Lines 158-163 Link Here
158
                }
158
                }
159
                view.setDocuments(newExpandedContextDoc);
159
                view.setDocuments(newExpandedContextDoc);
160
                view.setStatusBarText(NbBundle.getMessage(MacroExpansionTopComponent.class, "CTL_MacroExpansionStatusBarLine", expansionsNumber)); // NOI18N
160
                view.setStatusBarText(NbBundle.getMessage(MacroExpansionTopComponent.class, "CTL_MacroExpansionStatusBarLine", expansionsNumber)); // NOI18N
161
                view.requestActive();
161
                syncPositions.run();
162
                syncPositions.run();
162
            }
163
            }
163
        };
164
        };

Return to bug 247902