mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
Updated some .po files, added man page for wsetfont, and fixed a small bug
in WPrefs.app.
This commit is contained in:
@@ -178,10 +178,10 @@ textEditedObserver(void *observerData, WMNotification *notification)
|
||||
case WMIllegalTextMovement:
|
||||
if (WMGetNotificationObject(notification) == panel->icoT) {
|
||||
WMSetButtonImage(panel->icoaB, NULL);
|
||||
WMSetButtonImage(panel->icoaB, NULL);
|
||||
WMSetButtonAltImage(panel->icoaB, NULL);
|
||||
} else {
|
||||
WMSetButtonImage(panel->pixaB, NULL);
|
||||
WMSetButtonImage(panel->pixaB, NULL);
|
||||
WMSetButtonAltImage(panel->pixaB, NULL);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user