aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/radio.c')
-rw-r--r--src/gwin/radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/radio.c b/src/gwin/radio.c
index 9928e32c..af7b877d 100644
--- a/src/gwin/radio.c
+++ b/src/gwin/radio.c
@@ -128,10 +128,10 @@ void gwinRadioPress(GHandle gh) {
if ((gx = gwinRadioGetActive(((GRadioObject *)gh)->group))) {
gx->flags &= ~GRADIO_FLG_PRESSED;
- _gwidgetUpdate(gx);
+ _gwinUpdate(gx);
}
gh->flags |= GRADIO_FLG_PRESSED;
- _gwidgetUpdate(gh);
+ _gwinUpdate(gh);
SendRadioEvent((GWidgetObject *)gh);
}