We load lots of the same thing in OptionRows. Instead of loading each one

individually, just load one and copy it for the rest; this avoids doing
the whole "search, read redir, find refcounted" code path for every
option.  Don't load data from OptionRow::AfterImportOptions.
This commit is contained in:
Glenn Maynard
2005-07-15 05:34:54 +00:00
parent 7afc69b2fd
commit 5c441a5fdf
4 changed files with 29 additions and 17 deletions
+1
View File
@@ -12,6 +12,7 @@ class OptionsCursor : public ActorFrame
{
public:
OptionsCursor();
OptionsCursor( const OptionsCursor &cpy );
enum Element { cursor, underline };
void Load( CString sType, Element elem );