Mercurial > hg > svgui
comparison widgets/CommandHistory.cpp @ 514:4ba0476ebbb6
* Activity log updates
* Update range lists in play source when a new model is added
* Fill cache with empty background in colour 3d plot
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 13:33:16 +0000 |
parents | 133b378d8efe |
children | f4960f8ce798 |
comparison
equal
deleted
inserted
replaced
513:1341e95eeae9 | 514:4ba0476ebbb6 |
---|---|
35 | 35 |
36 #include <iostream> | 36 #include <iostream> |
37 | 37 |
38 #include <typeinfo> | 38 #include <typeinfo> |
39 | 39 |
40 #define DEBUG_COMMAND_HISTORY 1 | 40 //#define DEBUG_COMMAND_HISTORY 1 |
41 | 41 |
42 CommandHistory *CommandHistory::m_instance = 0; | 42 CommandHistory *CommandHistory::m_instance = 0; |
43 | 43 |
44 CommandHistory::CommandHistory() : | 44 CommandHistory::CommandHistory() : |
45 m_undoLimit(50), | 45 m_undoLimit(50), |