Added HWndCounter tool to count/debug window handle usage
Add DSO Framer errors to our error log Commented out a debug console.writeline
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
next = (cbxReverse.Checked) ? next.SearchPrev : next.SearchNext;
|
||||
}
|
||||
if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
|
||||
//if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
|
||||
if ((next == null) || next.IsSection)
|
||||
{
|
||||
if (!findingbookmarks)
|
||||
|
Reference in New Issue
Block a user