Skip to content

Commit 77cc7d8

Browse files
author
hgupta9
committed
Static setting bools
1 parent 41f2862 commit 77cc7d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

External/Plugins/FlashDebugger/Controls/DataTreeControl.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,12 +675,13 @@ private void CopyTreeInternal(int levelLimit)
675675

676676
#region Settings
677677

678-
public int CopyTreeMaxChars
678+
public static int CopyTreeMaxChars
679679
{
680680
get { return CopyTreeHelper._CopyTreeMaxChars; }
681681
set { CopyTreeHelper._CopyTreeMaxChars = value; }
682682
}
683-
public int CopyTreeMaxRecursion
683+
684+
public static int CopyTreeMaxRecursion
684685
{
685686
get { return CopyTreeHelper._CopyTreeMaxRecursion; }
686687
set { CopyTreeHelper._CopyTreeMaxRecursion = value; }

0 commit comments

Comments
 (0)