Changed the behaviour of the edit boxes in the Adjust dialog - now the flame is updated only after user really *changed* the value being edited.

This commit is contained in:
utak3r
2005-04-29 22:57:18 +00:00
parent 64c10b31d2
commit 9d2a30e3ac
2 changed files with 62 additions and 6 deletions

View File

@ -135,6 +135,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 1
Text = '0'
OnEnter = txtGammaEnter
OnExit = txtGammaExit
OnKeyPress = txtGammaKeyPress
end
@ -157,6 +158,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 3
Text = '0'
OnEnter = txtBrightnessEnter
OnExit = txtBrightnessExit
OnKeyPress = txtBrightnessKeyPress
end
@ -178,6 +180,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 5
Text = '0'
OnEnter = txtVibrancyEnter
OnExit = txtVibrancyExit
OnKeyPress = txtVibrancyKeyPress
end
@ -243,6 +246,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 1
Text = '0'
OnEnter = txtZoomEnter
OnExit = txtZoomExit
OnKeyPress = txtZoomKeyPress
end
@ -266,6 +270,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 3
Text = '0'
OnEnter = txtCenterXEnter
OnExit = txtCenterXExit
OnKeyPress = txtCenterXKeyPress
end
@ -289,6 +294,7 @@ object AdjustForm: TAdjustForm
Height = 21
TabOrder = 5
Text = '0'
OnEnter = txtCenterYEnter
OnExit = txtCenterYExit
OnKeyPress = txtCenterYKeyPress
end