1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

aplied colorpanel fix patches

This commit is contained in:
kojima
2000-01-06 21:56:39 +00:00
parent dba6e4d2d0
commit d98f1fa645
7 changed files with 836 additions and 683 deletions

View File

@@ -411,6 +411,8 @@ void
WMSetButtonSelected(WMButton *bPtr, int isSelected)
{
bPtr->flags.selected = isSelected;
WMPostNotificationName(WMPushedRadioNotification, bPtr, NULL);
if (bPtr->view->flags.realized) {
paintButton(bPtr);