- Fixed WheelDelta not being adjusted right

This commit is contained in:
2008-09-06 23:08:50 +02:00
parent cc8eee1b1b
commit 7399b13fd0
4 changed files with 54 additions and 49 deletions

View File

@@ -48,7 +48,6 @@ uses
begin
Application.Initialize;
Application.CreateForm(TdmNetwork, dmNetwork);
//Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.