projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do a little less anti-alias so it looks better on dark backgrounds
[wxWidgets.git]
/
src
/
common
/
timercmn.cpp
diff --git
a/src/common/timercmn.cpp
b/src/common/timercmn.cpp
index 5fd7fd476756316c50f25d1b302a71017564660e..2b310c05996c0019731346db112fcee3f5190306 100644
(file)
--- a/
src/common/timercmn.cpp
+++ b/
src/common/timercmn.cpp
@@
-85,7
+85,7
@@
bool wxTimerBase::Start(int milliseconds, bool oneShot)
m_oneShot = oneShot;
- return
TRUE
;
+ return
true
;
}
#endif // wxUSE_TIMER