mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
work in progress tooltips with thumbnails of sessions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user