MODIFIED: Somehow I left this here, and it prevented viewtexts from being selected.

This commit is contained in:
dfighter1985 2013-03-03 00:54:22 +01:00
parent 9003dedbe5
commit c15cf6375c
2 changed files with 0 additions and 7 deletions

View file

@ -188,8 +188,6 @@ namespace NLGUI
int luaSetLineMaxW(CLuaState &ls);
bool handleEvent( const NLGUI::CEventDescriptor &evnt );
REFLECT_EXPORT_START(CViewText, CViewBase)
REFLECT_STRING("hardtext", getHardText, setHardText);
REFLECT_UCSTRING("uc_hardtext", getText, setText);

View file

@ -2945,11 +2945,6 @@ namespace NLGUI
}
}
bool CViewText::handleEvent( const NLGUI::CEventDescriptor &evnt )
{
return false;
}
// ***************************************************************************
void CViewText::serial(NLMISC::IStream &f)
{