소스 검색

Ide: fix plugin style not applied on project change

lviguier 8 달 전
부모
커밋
ad049ee7bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hide/Ide.hx

+ 1 - 0
hide/Ide.hx

@@ -1187,6 +1187,7 @@ class Ide extends hide.tools.IdeData {
 			}
 			new Element("<menu>").attr("label",v).appendTo(menu.find(".project .recents")).click(function(_){
 				setProject(v);
+				reload(); // Reload stylesheets
 			});
 		}
 		menu.find(".project .open").click(function(_) {