Commit c829047667525f0ed569b78ecc8d457f44d48473
1 parent
90ed96ca
commit changes for Issue Ref: #7747:Annotation: Texture is not working
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -787,13 +787,13 @@ |
787 | 787 | </div> |
788 | 788 | </div> |
789 | 789 | <div class="col-sm-6 enableDisableOpacity"> |
790 | - <div class="radio"> | |
790 | + <!--<div class="radio"> | |
791 | 791 | <label> |
792 | 792 | <input type="radio" name="filloption" id="filloption1" value="filloption1"> |
793 | 793 | <span class="">Texture</span> |
794 | 794 | <img id="editstyleTexture" src="~/../content/images/common/annotation-tool-bar/pattern-picker.png" alt="" class="pattern-picker" data-toggle="modal" data-target="#pattern"> |
795 | 795 | </label> |
796 | - </div> | |
796 | + </div>--> | |
797 | 797 | <div class="radio"> |
798 | 798 | <label> |
799 | 799 | <input type="radio" name="filloption" id="filloption2" value="filloption2" checked style="margin-top:8px;"> | ... | ... |