From 3ebe3b56682100f5b7aca5c7259d164450cac417 Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 24 Oct 2016 13:19:17 +0530 Subject: [PATCH] this is again for bug 7750,7749 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++++ 400-SOURCECODE/AIAHTML5.Web/index.html | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index c5b915a..2208b07 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -418,9 +418,13 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", document.getElementById('modeleditstyle').style.display = "none"; $rootScope.shapestyleOpacity = $("#" + id).css('opacity'); + $("#shapeStyleDiv").parent().css("opacity", $rootScope.shapestyleOpacity); $rootScope.shapestyleFillColor = $("#" + id).css('background-color'); + $("#shapeStyleDiv").css("background-color", $rootScope.shapestyleFillColor); $rootScope.shapestyleborderColor = $("#" + id).parent().css("border-top-color"); + $("#shapeStyleDiv").parent().css("border-color", $rootScope.shapestyleborderColor); $rootScope.shapestyleborderWidthSeparatingPixel = $("#" + id).parent().css("border-top-width"); + $("#shapeStyleDiv").parent().css("border-width", $rootScope.shapestyleborderWidthSeparatingPixel); var pixelSeparation = $rootScope.shapestyleborderWidthSeparatingPixel; var intPart = pixelSeparation.split("p"); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 2eb8138..d4f04bf 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -504,12 +504,16 @@ -
+
- + - ... - +
+
+ +
+ +
-- libgit2 0.21.4