OmagVIEW 1.9a2 :
- piccola miglioria alla stampa.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -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")>
|
||||
|
||||
Reference in New Issue
Block a user