Browse Source

Ide: fix plugin style not applied on project change

lviguier 8 months ago
parent
commit
ad049ee7bc
1 changed files with 1 additions and 0 deletions
  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(_) {