Corrected problems with the view window Print Item

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.
This commit is contained in:
gregory-diaz 2014-02-18 15:18:58 -08:00
parent 5465563e82
commit 0e592f7317
4 changed files with 45 additions and 8 deletions

View file

@ -0,0 +1,13 @@
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
{