You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by te...@apache.org on 2020/06/10 08:57:42 UTC

[incubator-streampipes] branch dev updated: fix: wrong property access type

This is an automated email from the ASF dual-hosted git repository.

tex pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b0dd1d4  fix: wrong property access type
b0dd1d4 is described below

commit b0dd1d43f1b9c8a8aaa374fb3e08433398530730
Author: tex <te...@fzi.de>
AuthorDate: Wed Jun 10 10:57:30 2020 +0200

    fix: wrong property access type
---
 .../image/components/image-container/image-container.component.ts       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/core-ui/image/components/image-container/image-container.component.ts b/ui/src/app/core-ui/image/components/image-container/image-container.component.ts
index e459d0f..70fa34c 100644
--- a/ui/src/app/core-ui/image/components/image-container/image-container.component.ts
+++ b/ui/src/app/core-ui/image/components/image-container/image-container.component.ts
@@ -70,7 +70,7 @@ export class ImageContainerComponent implements OnInit, AfterViewInit {
 
   private isHoverComponent: boolean;
 
-  private isDrawingVar: boolean;
+  public isDrawingVar: boolean;
 
   constructor() { }