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

Method updateAlphaSupport

Tools/EditorFramework/ColourPanel.cpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 void ColourPanel::updateAlphaSupport()
416 {
417 mInputAlpha->setVisible(mAlphaSupport);
418 mTextAlpha->setVisible(mAlphaSupport);
419 mAlphaSliderPlace->setVisible(mAlphaSupport);
420 }
421
422 bool ColourPanel::checkCommand()
423 {

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected