diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-06-19 12:01:48 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-06-19 12:01:48 +0000 |
commit | 1de4860f5ffd1ce743d0b1f63a20e94d06e83785 (patch) | |
tree | bbe038edb95233899bcfd8a960d19c5f460a1b17 | |
parent | 84b846870972bc8e8de0a1941097a8939b086c84 (diff) | |
download | fpGUI-1de4860f5ffd1ce743d0b1f63a20e94d06e83785.tar.xz |
* Minor fix with mousewheel support in listbox components.
-rw-r--r-- | src/corelib/gfxbase.pas | 2 |
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; |