You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/lua_ui/textedit.cpp

12 lines
205 B
C++

3 years ago
#include "textedit.hpp"
namespace LuaUi
{
3 years ago
void LuaTextEdit::updateProperties()
3 years ago
{
3 years ago
setCaption(propertyValue("caption", std::string()));
WidgetExtension::updateProperties();
3 years ago
}
}