summaryrefslogtreecommitdiff
path: root/src/gui/gui_editcombo.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-25 10:20:06 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-25 10:20:06 +0000
commit5240a28f21b2c802dca8d5612516f52ce7d69a98 (patch)
treefabbe7b459188fcfa33a327b4ea394919871d042 /src/gui/gui_editcombo.pas
parent67e5a768cf77c8ae50e0e6b7160821e118d702d6 (diff)
downloadfpGUI-5240a28f21b2c802dca8d5612516f52ce7d69a98.tar.xz
* Updated some widgets to handle the Keypad Enter key as well.
* Updated the UI Designer so F11 works switching between Properties Editor and Form Designer. * Updated the UI Designer so that New Form and Size or Position dialog accepts values when Enter is pressed.
Diffstat (limited to 'src/gui/gui_editcombo.pas')
-rw-r--r--src/gui/gui_editcombo.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_editcombo.pas b/src/gui/gui_editcombo.pas
index 8d428e29..a9c32cc9 100644
--- a/src/gui/gui_editcombo.pas
+++ b/src/gui/gui_editcombo.pas
@@ -510,7 +510,7 @@ begin
hasChanged := True;
end;
- keyReturn:
+ keyReturn, keyPEnter:
begin
if FSelectedItem > -1 then
SetText(Items[FSelectedItem])