git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61151
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
dc.SetBackgroundMode(wxBRUSHSTYLE_TRANSPARENT);
}
dc.SetBackgroundMode(wxBRUSHSTYLE_TRANSPARENT);
}
while (hasTabs)
{
// the string has a tab
while (hasTabs)
{
// the string has a tab
bool not_found = true;
for (int i = 0; i < tabCount && not_found; ++i)
{
bool not_found = true;
for (int i = 0; i < tabCount && not_found; ++i)
{
- nextTabPos = tabArray.Item(i);
+ nextTabPos = tabArray.Item(i) + x_orig;
// Find the next tab position.
// Even if we're at the end of the tab array, we must still draw the chunk.
// Find the next tab position.
// Even if we're at the end of the tab array, we must still draw the chunk.