summaryrefslogtreecommitdiff
path: root/gui/combobox.inc
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-11-23 14:53:37 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-11-23 14:53:37 +0000
commit88f2537400dfcc2dae03e79bba084dbde23fb948 (patch)
tree28f6d67cd1322df786d5e39b46ac7d7bfca8bf40 /gui/combobox.inc
parent9dd17d1808bf8e8d945d7d0bc332bd5ba4ef4880 (diff)
downloadfpGUI-88f2537400dfcc2dae03e79bba084dbde23fb948.tar.xz
* Toying with the idea of a TPopupWindow class in the multi-handle prototype.
* Think I fixed the problem with the dropdown window of the TComboBox not always appearing in the correct position.
Diffstat (limited to 'gui/combobox.inc')
-rw-r--r--gui/combobox.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/combobox.inc b/gui/combobox.inc
index 85f340c1..e65ec509 100644
--- a/gui/combobox.inc
+++ b/gui/combobox.inc
@@ -233,8 +233,8 @@ begin
FDropDown.ListBox.OnClick := @DropDownDeactivate;
end;
- FDropDown.SetPosition(ClientToScreen(Point(0, Height)));
FDropDown.Show;
+ FDropDown.SetPosition(ClientToScreen(Point(0, Height)));
end;