mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Bug 396200 - [Visualizer] m_recache is never reset to false
Change-Id: I910f422f6548639ff3ca3189f1e2995ed9bda22c Reviewed-on: https://git.eclipse.org/r/9142 Reviewed-by: William Swanson <traveler@tilera.com> IP-Clean: William Swanson <traveler@tilera.com> Tested-by: William Swanson <traveler@tilera.com>
This commit is contained in:
parent
601d922e22
commit
99699d2fd7
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
* William R. Swanson (Tilera Corporation) - initial API and implementation
|
||||
* Marc Dumais (Ericsson) - Bug 396076
|
||||
* Marc Dumais (Ericsson) - Bug 396184
|
||||
* Marc Dumais (Ericsson) - Bug 396200
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.cdt.dsf.gdb.multicorevisualizer.internal.ui.view;
|
||||
|
@ -460,6 +461,7 @@ public class MulticoreVisualizerCanvas extends GraphicCanvas
|
|||
|
||||
m_recacheSizes = false;
|
||||
}
|
||||
m_recache = false;
|
||||
}
|
||||
|
||||
/** Invoked when canvas repaint event is raised.
|
||||
|
|
Loading…
Add table
Reference in a new issue