Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2768 |
shiftDown: Boolean; |
shiftDown: Boolean; |
| 2769 |
begin |
begin |
| 2770 |
shiftDown := GetAsyncKeyState(VK_SHIFT) = Smallint($8001); |
shiftDown := GetAsyncKeyState(VK_SHIFT) = Smallint($8001); |
| 2771 |
|
GikoForm.ActiveListColumnSave; |
| 2772 |
if GikoForm.GetActiveList is TCategory then begin |
if GikoForm.GetActiveList is TCategory then begin |
| 2773 |
List := TList.Create; |
List := TList.Create; |
| 2774 |
try |
try |
|
|
Legend:
| Removed from v.1.32 |
|
| changed lines |
| |
Added in v.1.33 |
|
|
|