From 317bca6c2ec1c98fa019855f4f340aecfe5d5021 Mon Sep 17 00:00:00 2001 From: Atul R Date: Sat, 7 Sep 2019 19:12:17 +0200 Subject: [PATCH] cleanup --- src/demo.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/demo.ts b/src/demo.ts index 13e88495f..aa79bd563 100644 --- a/src/demo.ts +++ b/src/demo.ts @@ -51,8 +51,6 @@ button.addEventListener("clicked", () => { clipboard.setText("yooooo", QClipboardMode.Clipboard); if (rootView.layout) { (rootView.layout as FlexLayout).removeWidget(dial); - rootView.layout.invalidate(); - // rootView.update(); } });