| 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 | { |
nothing calls this directly
no test coverage detected