Skip to content
Snippets Groups Projects
Commit 176fce7e authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add tsg.queue in struct (Undo/redo)

parent 9678c7f4
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ tsg.qc.hash = tsg_nc('tsg_quality.csv'); ...@@ -67,6 +67,10 @@ tsg.qc.hash = tsg_nc('tsg_quality.csv');
tsg.qc.active.Code = get(tsg.qc.hash, 'NO_CONTROL', 'code'); tsg.qc.active.Code = get(tsg.qc.hash, 'NO_CONTROL', 'code');
tsg.qc.active.Color = get(tsg.qc.hash, 'NO_CONTROL', 'color'); tsg.qc.active.Color = get(tsg.qc.hash, 'NO_CONTROL', 'color');
% set empty queue (use for undo/redo)
% -----------------------------------
tsg.queue = queue;
% ------------------------------------------------------------------------- % -------------------------------------------------------------------------
% Constants for the Correction procedure % Constants for the Correction procedure
% ------------------------------------------------------------------------- % -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment