parent
1238b40f14
commit
34b504d50e
@ -1710,10 +1710,11 @@ bool BitmapChoiceRenderer::Render(wxRect rect, wxDC* dc, int state)
|
|||||||
{
|
{
|
||||||
dc->DrawBitmap(icon, rect.x, rect.y + (rect.height - icon.GetHeight()) / 2);
|
dc->DrawBitmap(icon, rect.x, rect.y + (rect.height - icon.GetHeight()) / 2);
|
||||||
xoffset = icon.GetWidth() + 4;
|
xoffset = icon.GetWidth() + 4;
|
||||||
}
|
|
||||||
|
|
||||||
if (rect.height==0)
|
if (rect.height==0)
|
||||||
rect.height= icon.GetHeight();
|
rect.height= icon.GetHeight();
|
||||||
|
}
|
||||||
|
|
||||||
RenderText(m_value.GetText(), xoffset, rect, dc, state);
|
RenderText(m_value.GetText(), xoffset, rect, dc, state);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user