mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-22 18:15:49 +01:00
- Fixed function naming problem in WINGs.
This commit is contained in:
@@ -398,7 +398,7 @@ WMRunModalFilePanelForDirectory(WMFilePanel *panel, WMWindow *owner,
|
||||
break;
|
||||
}
|
||||
|
||||
WMSetWindowUPosition(panel->win,
|
||||
WMSetWindowInitialPosition(panel->win,
|
||||
(scr->rootView->size.width - WMWidgetWidth(panel->win))/2,
|
||||
(scr->rootView->size.height - WMWidgetHeight(panel->win))/2);
|
||||
WMSetLabelText(panel->titleLabel, name);
|
||||
|
||||
Reference in New Issue
Block a user