mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:53:52 +00:00
11 lines
205 B
C++
11 lines
205 B
C++
#include "textedit.hpp"
|
|
|
|
namespace LuaUi
|
|
{
|
|
void LuaTextEdit::updateProperties()
|
|
{
|
|
setCaption(propertyValue("caption", std::string()));
|
|
|
|
WidgetExtension::updateProperties();
|
|
}
|
|
}
|