dashboard bugfix

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@300 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2006-09-22 11:38:18 +00:00
parent 90f2e942db
commit 6bae0f6c77
1 changed files with 4 additions and 2 deletions

View File

@ -42,9 +42,11 @@ public final class DashboardUpdateHandler implements DataUpdateHandler, Converto
public void notifyConvertorUpdate(EcuData updatedEcuData) {
Gauge gauge = gauges.get(updatedEcuData);
if (gauge != null) {
gauge.resetValue();
gauge.refreshTitle();
}
}
private void repaintDashboardPanel() {
dashboardPanel.doLayout();