1
0
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:
dan
1999-09-22 19:51:47 +00:00
parent d5fbe62ddd
commit b28e491fd4
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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);
} }