mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-07 01:55:48 +01:00
- WMGetTextDefaultColor() won't retain the returned color anymore, and you
shouldn't release it. It is just a reference to the internal WMText color. This should make all the functions returning colors from widgets behave consistently
This commit is contained in:
@@ -3948,7 +3948,7 @@ WMSetTextDefaultColor(WMText *tPtr, WMColor *color)
|
||||
WMColor*
|
||||
WMGetTextDefaultColor(WMText *tPtr)
|
||||
{
|
||||
return WMRetainColor(tPtr->dColor);
|
||||
return tPtr->dColor;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user