Browse Source

Ide: fix plugin style not applied on project change

lviguier 8 tháng trước cách đây
mục cha
commit
ad049ee7bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(_) {