mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
- Fixed bug with wrong text wrapping (Alexey Voinov <voins@voins.program.ru>)
This commit is contained in:
@@ -63,6 +63,7 @@ Changes since wmaker 0.80.1:
|
|||||||
- fixed bug in tableview (clicked row callback got incorrect row) (Carlos Torres
|
- fixed bug in tableview (clicked row callback got incorrect row) (Carlos Torres
|
||||||
<vlaadbrain@operamail.com>)
|
<vlaadbrain@operamail.com>)
|
||||||
- Fixed bug in resizing a scrollview
|
- Fixed bug in resizing a scrollview
|
||||||
|
- Fixed bug with wrong text wrapping (Alexey Voinov <voins@voins.program.ru>)
|
||||||
|
|
||||||
|
|
||||||
Changes since wmaker 0.80.0:
|
Changes since wmaker 0.80.0:
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ fitText(char *text, WMFont *font, int width, int wrap)
|
|||||||
i = 0;
|
i = 0;
|
||||||
if (wrap) {
|
if (wrap) {
|
||||||
if (text[0]=='\n')
|
if (text[0]=='\n')
|
||||||
return 1;
|
return 0;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
i++;
|
i++;
|
||||||
|
|||||||
Reference in New Issue
Block a user