#else
return ( popupWinType == POPUPWIN_GENERICTLW
#if POPUPWIN_IS_PERFECT
- || popupWinType == POPUPWIN_WXPOPUPWINDOW
+ || popupWinType == POPUPWIN_WXPOPUPWINDOW
#endif
#if TRANSIENT_POPUPWIN_IS_PERFECT
- || popupWinType == POPUPWIN_WXPOPUPTRANSIENTWINDOW
+ || popupWinType == POPUPWIN_WXPOPUPTRANSIENTWINDOW
#endif
);
#endif
// There is special custom paint area - it is better to
// use some margin with the wxTextCtrl.
m_text->SetMargins(m_marginLeft);
- x = m_tcArea.x + m_widthCustomPaint +
+ x = m_tcArea.x + m_widthCustomPaint +
m_marginLeft + textCtrlXAdjust;
}