Fix tabbing between GUI fields.
authorIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 13:32:37 +0000 (13:32 +0000)
committerIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 13:33:26 +0000 (13:33 +0000)
commit3930cee5d4fdb4d451f4125a14e57caa60ee7b8f
tree0c91c87bea28fb24c0b675d3fdaf509a25b5158a
parent4550eb2281a16b698c6a68d8de3552fe13807590
Fix tabbing between GUI fields.

The tab key didn't switch between fields in the GUI because we didn't
insert a call to IsDialogMessage() in the message loop.
gui.cpp