From 569919c6a5d46a9bc390e1498ad959b18d217470 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 7 Apr 1995 14:46:46 +0000 Subject: [PATCH] Corretta chiamata della test_focus_change dei radio-button git-svn-id: svn://10.65.10.50/trunk@1219 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/mask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mask.cpp b/include/mask.cpp index b3c90ad57..1cc8bddb9 100755 --- a/include/mask.cpp +++ b/include/mask.cpp @@ -68,7 +68,7 @@ void TMask::control_handler(EVENT* ep) { if (moving_focus == FALSE) { - if (test_focus_change(win)) + if (test_focus_change(f->win())) { ((TRadio_field*)f)->check_radiobutton(win); set_focus_win(win, FALSE);