Fix right-alignment pproblem in WB ICS window
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 5 Jan 2011 16:25:11 +0000 (17:25 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:04 +0000 (21:22 -0800)
commitf0fa0b3b5570ba67f4a83101fe24f5504fb21012
tree8c7e7b86a4388e3e771311b01ad62e555b77bfab
parenta671a79bf5c33fa2883bdd1fccfde88d74e39d06
Fix right-alignment pproblem in WB ICS window

Use of Ctrl-R to summon the context menu still trickled through to the
default text-edit window routine, and caused right-alignment. This was
because the text-edit reacts on keyDown rather than the character event.
KeyDown of R with Ctrl pressed is now also intercepted and ignored.
winboard/winboard.c