diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs b/OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs index d0bd7bc..a43795a 100644 --- a/OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs +++ b/OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs | |||
@@ -100,7 +100,9 @@ namespace OpenSim.GUI | |||
100 | } | 100 | } |
101 | } | 101 | } |
102 | e.Handled = true; | 102 | e.Handled = true; |
103 | } else { | 103 | } |
104 | else | ||
105 | { | ||
104 | InHistory = false; | 106 | InHistory = false; |
105 | HistoryPosition = -1; | 107 | HistoryPosition = -1; |
106 | } | 108 | } |