fixed session table color update
This commit is contained in:
parent
1da72a0f31
commit
a82838dfd6
1 changed files with 5 additions and 0 deletions
|
@ -319,9 +319,14 @@ public final class ClientConnectionTable {
|
|||
ClientConnectionTable.this.sessionIds.get(this.connectionData.clientConnection.userSessionId);
|
||||
if (list != null && list.size() > 1) {
|
||||
tableItem.setBackground(0, ClientConnectionTable.this.statusData.color3);
|
||||
tableItem.setForeground(0, ClientConnectionTable.this.lightFontColor);
|
||||
} else {
|
||||
tableItem.setBackground(0, null);
|
||||
tableItem.setForeground(0, ClientConnectionTable.this.darkFontColor);
|
||||
}
|
||||
} else {
|
||||
tableItem.setBackground(0, null);
|
||||
tableItem.setForeground(0, ClientConnectionTable.this.darkFontColor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue