more combobox appearance fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -253,7 +253,7 @@ void wxPopupComboWindow::PositionNearCombo()
|
||||
// the origin point must be in screen coords
|
||||
wxPoint ptOrigin = m_combo->ClientToScreen(wxPoint(0, 0));
|
||||
|
||||
#ifdef __WXUNIVERSAL__
|
||||
#if 0 //def __WXUNIVERSAL__
|
||||
// account for the fact that (0, 0) is not the top left corner of the
|
||||
// window: there is also the border
|
||||
wxRect rectBorders = m_combo->GetRenderer()->
|
||||
|
||||
Reference in New Issue
Block a user