From aa350102b7dea200fdd152b16a2948e681a98a0e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:01:14 +0100 Subject: Unit tests for Div and Window components --- src/main/kotlin/pl/treksoft/kvision/window/Window.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/pl/treksoft/kvision/window') diff --git a/src/main/kotlin/pl/treksoft/kvision/window/Window.kt b/src/main/kotlin/pl/treksoft/kvision/window/Window.kt index 63ff26e8..f2ed2ec8 100644 --- a/src/main/kotlin/pl/treksoft/kvision/window/Window.kt +++ b/src/main/kotlin/pl/treksoft/kvision/window/Window.kt @@ -99,7 +99,7 @@ open class Window( /** * Determines if the window is draggable. */ - var isDraggable by refreshOnUpdate(isDraggable, { checkIsDraggable(); refresh() }) + var isDraggable by refreshOnUpdate(isDraggable, { checkIsDraggable(); }) /** * Determines if Close button is visible. */ -- cgit