mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
- fixed a bug in the icon chooser dialog that made the selected icon look
wrong if it had alpha blending. - fixed a bug in WMReparentWidget() - added WMReparentWidget() to WINGs.h
This commit is contained in:
@@ -934,7 +934,7 @@ WMMapWidget(WMWidget *w)
|
||||
void
|
||||
WMReparentWidget(WMWidget *w, WMWidget *newParent, int x, int y)
|
||||
{
|
||||
W_ReparentView(W_VIEW(w), newParent, x, y);
|
||||
W_ReparentView(W_VIEW(w), W_VIEW(newParent), x, y);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user