From 7ccb57f1be21ba06d415bd9aedb7d19e0d8e2f69 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 25 Jan 2018 16:53:41 +0000 Subject: [PATCH] OmagVIEW 1.9a2 : - piccola miglioria alla stampa. --- MainWindow.xaml.vb | 2 +- My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MainWindow.xaml.vb b/MainWindow.xaml.vb index 86efcc9..364320d 100644 --- a/MainWindow.xaml.vb +++ b/MainWindow.xaml.vb @@ -417,7 +417,7 @@ Class MainWindow ' Nascondo la tavola ed eseguo zoom su quello che rimane Dim nTabId As Integer = EgtGetTableId(MAIN_TAB) EgtSetStatus(nTabId, GDB_ST.OFF) - EgtZoom(ZM.ALL, True) + EgtZoom(ZM.ALL, False) ' Prendo l'immagine per la stampa Dim colWhite As New Color3d(255, 255, 255) diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 35cee8f..0da888e 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -55,5 +55,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +