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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user