mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Bug 441376 - [visualizer] VisualizerViewer#selectVisualizer():
visualizer should be notified when its becoming selected Change-Id: Ic723fb8f42f65ac0bc7d13fb79df250b100061bb Reviewed-on: https://git.eclipse.org/r/31227 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
3b458e99b5
commit
b89c530f09
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
* Contributors:
|
||||
* William R. Swanson (Tilera Corporation)
|
||||
* Marc Dumais (Ericsson) - Bug 399281
|
||||
* Marc Dumais (Ericsson) - Bug 441376
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.cdt.visualizer.ui;
|
||||
|
@ -360,7 +361,7 @@ public class VisualizerViewer extends PageBook
|
|||
// we already do that whenever the workbench selection changes
|
||||
|
||||
// let the visualizer know it's been shown
|
||||
m_currentVisualizer.visualizerDeselected();
|
||||
m_currentVisualizer.visualizerSelected();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue