work in progress tooltips with thumbnails of sessions

This commit is contained in:
Bruno
2021-04-26 13:48:20 +02:00
parent 98861cea6c
commit c3713c9ce7
5 changed files with 163 additions and 55 deletions

View File

@@ -19,8 +19,8 @@
#define ACTION_DEBUG
#endif
#define HISTORY_NODE(i) std::to_string(i).insert(0, "H")
#define SNAPSHOT_NODE(i) std::to_string(i).insert(0, "S")
#define HISTORY_NODE(i) std::to_string(i).insert(0,1,'H')
#define SNAPSHOT_NODE(i) std::to_string(i).insert(0,1,'S')
using namespace tinyxml2;