| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Otherwise we get build failures (about converting between wchar_t
and char) with wxWidgets 3.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we would convert > to > then the ampersand to &
resulting in >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It seems that if Layout() is called on a sizer inside a wxScrolledWindow
when that window is scrolled, things go wrong. Work around this by
wrapping calls to Layout().
|