mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Redraw editbox when text changes
This commit is contained in:
@@ -62,6 +62,13 @@ namespace PortabilityLayer
|
|||||||
|
|
||||||
m_length = len;
|
m_length = len;
|
||||||
memcpy(m_chars, str.UChars(), len);
|
memcpy(m_chars, str.UChars(), len);
|
||||||
|
|
||||||
|
if (m_window)
|
||||||
|
{
|
||||||
|
DrawSurface *surface = m_window->GetDrawSurface();
|
||||||
|
|
||||||
|
DrawControl(surface);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PLPasStr EditboxWidget::GetString() const
|
PLPasStr EditboxWidget::GetString() const
|
||||||
|
Reference in New Issue
Block a user