MCPcopy Create free account
hub / github.com/MyGUI/mygui / updateMenu

Method updateMenu

Tools/LayoutEditor/WorkspaceControl.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 }
634
635 void WorkspaceControl::updateMenu()
636 {
637 int scale = (int)(getScale() * (double)100);
638 CommandManager::getInstance().executeCommand(MyGUI::utility::toString("Command_OnChangeScale.", scale));
639 }
640
641 void WorkspaceControl::notifyFrameStart(float _time)
642 {

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.85
executeCommandMethod · 0.45

Tested by

no test coverage detected