save the Handler in OptionRow so a row can refresh itself without needing the Screen to Import/Export

This commit is contained in:
Chris Danford
2005-02-24 13:48:14 +00:00
parent ab22e629d4
commit fb4ab8886c
8 changed files with 34 additions and 19 deletions
+3 -1
View File
@@ -105,7 +105,9 @@ void ScreenOptionsMaster::Init()
ASSERT( OptionRowHandlers.size() == asLineNames.size() );
InitMenu( im, &m_OptionRowAlloc[0], asLineNames.size(), bShowUnderlines );
vector<OptionRowHandler*> vHands( m_OptionRowAlloc.size(), NULL );
InitMenu( im, m_OptionRowAlloc, vHands, bShowUnderlines );
}
ScreenOptionsMaster::~ScreenOptionsMaster()