mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 436453 - [visualizer] Load meters no longer have numerical overlay
Change-Id: I456158f1a8bae8a18f4df5bd2081bcee6e8c75ae
Reviewed-on: https://git.eclipse.org/r/27829
Tested-by: Hudson CI
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
(cherry picked from commit c7d2218acc
)
Reviewed-on: https://git.eclipse.org/r/27837
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
This commit is contained in:
parent
1cc6d6ab8e
commit
7204746924
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
* Contributors:
|
||||
* Marc Dumais (Ericsson) - Initial API and implementation (Bug 396268)
|
||||
* Xavier Raynaud (Kalray) - Bug 431690
|
||||
* Marc Dumais (Ericsson) - Bug 436453
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.dsf.gdb.multicorevisualizer.internal.ui.view;
|
||||
|
||||
|
@ -217,7 +218,7 @@ public class MulticoreVisualizerLoadMeter extends MulticoreVisualizerGraphicObje
|
|||
gc.setForeground(IMulticoreVisualizerConstants.COLOR_LOAD_TEXT);
|
||||
int tx = m_bounds.x;
|
||||
int ty = m_bounds.y;
|
||||
GUIUtils.drawTextAligned(gc, load, m_bounds, tx, ty, true, false);
|
||||
GUIUtils.drawTextAligned(gc, load, tx, ty, true, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue