Skip to content

Commit

Permalink
Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the Nu…
Browse files Browse the repository at this point in the history
…mLock fix. Now NumLock and Keyup work well.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5191 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Jun 9, 2006
1 parent 30d8dc5 commit 4f38c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_win32.cxx
Expand Up @@ -885,7 +885,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPar
break;
}
}
} else {
} else if ((lParam & (1<<31))==0){
buffer[0] = 0;
Fl::e_length = 0;
}
Expand Down

0 comments on commit 4f38c2c

Please sign in to comment.