Skip to content

Commit

Permalink
LogBrowse: remove zedgraph advanced properties editor
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Jul 8, 2024
1 parent 7f7b82e commit 18d17d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Log/LogBrowse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ private void LogBrowse_Load(object sender, EventArgs e)

private void Zg1_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState)
{
/*
menuStrip.Items.Add(new ToolStripMenuItem("Properties MasterPane", null, (c, e) =>
{
var propertyGrid1 = new PropertyGrid();
Expand Down Expand Up @@ -352,6 +353,7 @@ private void Zg1_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip men
propertyGrid1.ShowUserControl();
}));
*/
}

public void LoadLog(string FileName)
Expand Down

0 comments on commit 18d17d4

Please sign in to comment.