git-svn-id: http://xe-core.googlecode.com/svn/trunk@514 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-16 12:28:36 +00:00
parent 512072bcd1
commit 84b6011db2
2 changed files with 0 additions and 2 deletions

View file

@ -323,7 +323,6 @@ function editorChangeFontSize(obj,srl) {
function editorSetForeColor(color_code) {
editorDo("ForeColor",color_code,editorPrevSrl);
editorPrevObj.style.visibility = 'hidden';
editorFocus(editorPrevSrl);
}