| 94 | } |
| 95 | |
| 96 | bool TextureToolControlLE::checkCommand() |
| 97 | { |
| 98 | return mMainWidget->getRootKeyFocus() && mActivate && !getSelectorsCapture(); |
| 99 | } |
| 100 | |
| 101 | void TextureToolControlLE::onMouseWheel(int _rel) |
| 102 | { |
nothing calls this directly
no test coverage detected