mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
MODIFIED: Somehow I left this here, and it prevented viewtexts from being selected.
This commit is contained in:
parent
9003dedbe5
commit
c15cf6375c
2 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
|
|
@ -2945,11 +2945,6 @@ namespace NLGUI
|
|||
}
|
||||
}
|
||||
|
||||
bool CViewText::handleEvent( const NLGUI::CEventDescriptor &evnt )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
void CViewText::serial(NLMISC::IStream &f)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue