Explorar o código

Ide: fix plugin style not applied on project change

lviguier hai 8 meses
pai
achega
ad049ee7bc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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(_) {