fix to vertical lines

This commit is contained in:
Scott Pfeil 2023-09-28 20:31:25 -04:00
parent 1da8a6db77
commit e5e17a286d

View File

@ -74,6 +74,7 @@ public class LineModel: MoleculeModelProtocol, Invertable {
public init(verticalLineOf type: Style) {
self.type = type
orientation = .vertical
}
//--------------------------------------------------