aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/InputTextBoxControl.cs4
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 }