TBF : Processing keys in MainWnd disabled for CEVAK_200
This commit is contained in:
parent
34479778b9
commit
92d246eda0
@ -343,7 +343,9 @@ namespace TBF
|
||||
/// </summary>
|
||||
private void MainWnd_KeyPress(object sender, KeyPressEventArgs e)
|
||||
{
|
||||
#if !BADGER_MALA_TRAT && !BADGER_STREDNA_TRAT && !BADGER_VELKA_TRAT && !GENESIS
|
||||
#if BADGER_MALA_TRAT || BADGER_STREDNA_TRAT || BADGER_VELKA_TRAT || GENESIS || CEVAK_200
|
||||
/// Do nothing = do not process keys
|
||||
#else
|
||||
if (BenchControlPanel != null && BenchControlPanel.ProcessKey(e.KeyChar))
|
||||
{
|
||||
e.Handled = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user