Event colours updated for greater disambiguation between EAPHost and GÉANTLink entries
This commit is contained in:
parent
6d8bd3f1c1
commit
df773b649c
@ -377,10 +377,10 @@ void wxETWListCtrl::OnETWEvent(wxETWEvent& event)
|
|||||||
wxListItem item;
|
wxListItem item;
|
||||||
item.SetId(m_item_id++);
|
item.SetId(m_item_id++);
|
||||||
item.SetTextColour(
|
item.SetTextColour(
|
||||||
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_VERBOSE ? (is_ours ? 0x888888 : 0xaaaaaa) :
|
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_VERBOSE ? (is_ours ? 0x666666 : 0xcccccc) :
|
||||||
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_INFORMATION ? (is_ours ? 0x000000 : 0x555555) :
|
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_INFORMATION ? (is_ours ? 0x000000 : 0xaaaaaa) :
|
||||||
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_WARNING ? (is_ours ? 0x00aacc : 0x55ccdd) :
|
rec.EventHeader.EventDescriptor.Level >= TRACE_LEVEL_WARNING ? (is_ours ? 0x00aacc : 0xaaeeee) :
|
||||||
(is_ours ? 0x0000ff : 0x5555ff));
|
(is_ours ? 0x0000ff : 0xaaaaff));
|
||||||
item.SetBackgroundColour(0xffffff);
|
item.SetBackgroundColour(0xffffff);
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user