Jeck - Fix for issue 580. StyleManager initialization was causing an infinite loop. Also started documentation for OptionItem.

This commit is contained in:
wagic.jeck
2011-02-01 19:11:43 +00:00
parent ea285e673e
commit 8c18d155b8
4 changed files with 67 additions and 21 deletions

View File

@@ -104,7 +104,6 @@ void StyleManager::loadRules()
}
}
determineActive(NULL, NULL);
return;
}