Skip to content

Commit

Permalink
UI improvements and infolabel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Aug 9, 2016
1 parent bc8c116 commit 7f867f7
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 155 deletions.
1 change: 1 addition & 0 deletions Cinteros.XTB.PluginTraceViewer/PluginTraceViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ private void PopulateGrid(EntityCollection results)
{
dt.Columns.Add("Exception", typeof(bool), "exceptiondetails <> ''");
}
labelInfo.Text = $"Loaded {results.Entities.Count} trace records";
};
if (InvokeRequired)
{
Expand Down
Loading

1 comment on commit 7f867f7

@rappen
Copy link
Owner

@rappen rappen commented on 7f867f7 Aug 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed #1.

Please sign in to comment.