mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-16 03:24:08 +00:00
Finish basic visualization editor implementation
The Visualization and Visualization Set editors are now fully functional. You can create, edit, and rearrange sets, and they're now stored in the project file.
This commit is contained in:
@@ -2161,7 +2161,7 @@ namespace SourceGen {
|
||||
mProject.VisualizationSets.TryGetValue(offset, out VisualizationSet curVisSet);
|
||||
|
||||
EditVisualizationSet dlg = new EditVisualizationSet(mMainWin, mProject,
|
||||
mOutputFormatter, curVisSet);
|
||||
mOutputFormatter, curVisSet, offset);
|
||||
if (dlg.ShowDialog() != true) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user