Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
changed flowsheet property drawing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Nov 1, 2017
1 parent 0fb68c7 commit 17d4334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DWSIM.Drawing.SkiaSharp/GraphicsSurface/DesignSurface.vb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Public Class GraphicsSurface

Public Property Size As SKSize = New SKSize(1024, 768)

Public Property DrawFloatingTable As Boolean = False
Public Property DrawFloatingTable As Boolean = True

Public Property DrawPropertyList As Boolean = True
Public Property DrawPropertyList As Boolean = False

Public Property SelectedObject() As IGraphicObject
Get
Expand Down
4 changes: 2 additions & 2 deletions DWSIM.Drawing/GraphicsSurface/DesignSurface.vb
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ Imports DWSIM.Interfaces.Enums.GraphicObjects
End Set
End Property

Public Property DrawFloatingTables As Boolean = False
Public Property DrawFloatingTables As Boolean = True

Public Property DrawPropertyLists As Boolean = True
Public Property DrawPropertyLists As Boolean = False

Protected Function ConvertToHPixels(ByVal value As Single) As Single
Return value * Me.m_HorizRes
Expand Down

0 comments on commit 17d4334

Please sign in to comment.