Ticket #8141: 8141_mirrored_characters.patch
File 8141_mirrored_characters.patch, 553 bytes (added by , 12 years ago) |
---|
-
src/interface/statuslinectrl.cpp
99 99 delete m_mdc; 100 100 m_data = wxBitmap(rect.GetWidth(), rect.GetHeight()); 101 101 m_mdc = new wxMemoryDC(m_data); 102 // Use same layout direction as the DC which bitmap is drawn on. 103 // This avoids problem with mirrored characters on RTL locales. 104 m_mdc->SetLayoutDirection(dc.GetLayoutDirection()); 102 105 refresh = 31; 103 106 } 104 107