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:
parent
5465563e82
commit
0e592f7317
4 changed files with 45 additions and 8 deletions
13
PrintLibrary/ExportLibraryItemWindow.cs.rej
Normal file
13
PrintLibrary/ExportLibraryItemWindow.cs.rej
Normal 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
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue