LIBOMV-492 WinGridProxy - Fixes positioning of Select Checkboxes in filters
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2625 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -673,6 +673,12 @@ namespace WinGridProxy
|
||||
item.BackColor = Color.White;
|
||||
}
|
||||
noneToolStripMenuItem_Click(sender, e);
|
||||
}
|
||||
|
||||
private void aboutWinGridProxyToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
AboutBox1 about = new AboutBox1();
|
||||
about.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user