mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-26 19:01:25 +02: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:
+1
-1
@@ -1401,7 +1401,7 @@ WMGetColorPanelColor(WMColorPanel *panel)
|
||||
return WMGetColorWellColor(panel->colorWell);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
WMSetColorPanelColor(WMColorPanel *panel, WMColor *color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user