OmagVIEW 1.9a2 :

- piccola miglioria alla stampa.
This commit is contained in:
Dario Sassi
2018-01-25 16:53:41 +00:00
parent 7fa46ae13f
commit 7ccb57f1be
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -55,5 +55,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.9.1.1")>
<Assembly: AssemblyFileVersion("1.9.1.1")>
<Assembly: AssemblyVersion("1.9.1.2")>
<Assembly: AssemblyFileVersion("1.9.1.2")>