mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 01:12:30 +01:00
Fixed compile proflem in fontpanel
This commit is contained in:
@@ -4,7 +4,7 @@ Changes since version 0.61.0:
|
|||||||
- fixed problem with window shortcut assignment from the menu
|
- fixed problem with window shortcut assignment from the menu
|
||||||
- fixed problem with fonts in WINGs (Masahide -mac- NODA
|
- fixed problem with fonts in WINGs (Masahide -mac- NODA
|
||||||
<mac@flab.fujitsu.co.jp>)
|
<mac@flab.fujitsu.co.jp>)
|
||||||
|
- fixed crashing bug when saving session information.
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.60.0:
|
Changes since version 0.60.0:
|
||||||
|
|||||||
@@ -972,7 +972,7 @@ sizeClick(WMWidget *w, void *data)
|
|||||||
|
|
||||||
WMSetTextFieldText(panel->sizT, item->text);
|
WMSetTextFieldText(panel->sizT, item->text);
|
||||||
|
|
||||||
WMSelectTextFieldRange(panel->sizT, wmkrange(0, strlen(item->text));
|
WMSelectTextFieldRange(panel->sizT, wmkrange(0, strlen(item->text)));
|
||||||
|
|
||||||
preview(panel);
|
preview(panel);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user