projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update button style to include BS_MULTILINE when a multiline label is set
[wxWidgets.git]
/
src
/
unix
/
fontutil.cpp
diff --git
a/src/unix/fontutil.cpp
b/src/unix/fontutil.cpp
index c0c8b07bf011fb511cc42fe9ad1ffe6d61365585..8ec7b7892d57ad690d4af308f4f8ae38fac00e69 100644
(file)
--- a/
src/unix/fontutil.cpp
+++ b/
src/unix/fontutil.cpp
@@
-642,7
+642,7
@@
wxFontStyle wxNativeFontInfo::GetStyle() const
return wxFONTSTYLE_NORMAL;
}
return wxFONTSTYLE_NORMAL;
}
- switch ( s[0] )
+ switch ( s[0]
.GetValue()
)
{
default:
// again, unknown but consider normal by default
{
default:
// again, unknown but consider normal by default