MCPcopy Create free account
hub / github.com/SolarLune/masterplan / refreshThemes

Function refreshThemes

gui.go:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func refreshThemes() {
93 globals.MenuSystem.Recreate()
94 globals.Project.CreateGridTexture()
95 globals.Project.SendMessage(NewMessage(MessageThemeChange, nil, nil))
96}
97
98func loadThemes() {
99

Callers 1

ConstructMenusFunction · 0.85

Calls 4

NewMessageFunction · 0.85
CreateGridTextureMethod · 0.80
RecreateMethod · 0.45
SendMessageMethod · 0.45

Tested by

no test coverage detected