Every time the "view" link on a "print queue item" is clicked a new window would open. I made changes so that it only opens once regardless of how many times it is clicked on.
13 lines
458 B
Text
13 lines
458 B
Text
diff a/PrintLibrary/ExportLibraryItemWindow.cs b/PrintLibrary/ExportLibraryItemWindow.cs (rejected hunks)
|
|
@@ -9,7 +9,11 @@
|
|
using MatterHackers.MatterControl.DataStorage;
|
|
using MatterHackers.MatterControl.PrintQueue;
|
|
using MatterHackers.GCodeVisualizer;
|
|
+<<<<<<< HEAD
|
|
using MatterHackers.Localizations;
|
|
+=======
|
|
+using MatterHackers.MatterControl.SlicerConfiguration;
|
|
+>>>>>>> upstream/development
|
|
|
|
namespace MatterHackers.MatterControl.PrintLibrary
|
|
{
|