mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Fixed crashing bug in WPrefs.app/Preferences.c
This commit is contained in:
@@ -160,7 +160,7 @@ createPanel(Panel *p)
|
|||||||
|
|
||||||
WMSetBalloonTextForView(_("The position or style of the window size\n"
|
WMSetBalloonTextForView(_("The position or style of the window size\n"
|
||||||
"display that's shown when a window is resized."),
|
"display that's shown when a window is resized."),
|
||||||
WMWidgetView(panel->posiF));
|
WMWidgetView(panel->sizeF));
|
||||||
|
|
||||||
panel->sizeP = WMCreatePopUpButton(panel->sizeF);
|
panel->sizeP = WMCreatePopUpButton(panel->sizeF);
|
||||||
WMResizeWidget(panel->sizeP, 180, 20);
|
WMResizeWidget(panel->sizeP, 180, 20);
|
||||||
|
|||||||
Reference in New Issue
Block a user