summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-19 12:01:48 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-19 12:01:48 +0000
commit1de4860f5ffd1ce743d0b1f63a20e94d06e83785 (patch)
treebbe038edb95233899bcfd8a960d19c5f460a1b17 /src/corelib
parent84b846870972bc8e8de0a1941097a8939b086c84 (diff)
downloadfpGUI-1de4860f5ffd1ce743d0b1f63a20e94d06e83785.tar.xz
* Minor fix with mousewheel support in listbox components.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/gfxbase.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index 6e419d72..8757deda 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -108,7 +108,7 @@ type
y: TfpgCoord;
Buttons: word;
shiftstate: TShiftState;
- delta: word;
+ delta: Integer;
end;