// Purpose: wxBitmapComboBox
// Author: Jaakko Salli
// Created: 2008-04-09
-// RCS-ID: $Id$
// Copyright: (c) 2008 Jaakko Salli
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
true);
}
- if ( text.length() )
+ if ( !text.empty() )
dc.DrawText(text,
rect.x + m_imgAreaWidth + 1,
rect.y + (rect.height-dc.GetCharHeight())/2);