Fixed ItemSelected so that Comment works properly.

Added code back in so that Word displays properly.
Allow the same document to be opened after Word hang
This commit is contained in:
Rich
2008-02-08 10:31:30 +00:00
parent 52a735e08c
commit 3c79833edf
5 changed files with 87 additions and 22 deletions

View File

@@ -63,7 +63,8 @@ namespace Volian.Controls.Library
}
void DisplayTabPanel_Enter(object sender, EventArgs e)
{
if (ItemSelected != null) _MyPanel.ItemShow();
//if (ItemSelected != null)
_MyPanel.ItemShow();
}
private void SetupDisplayPanel()
{