| 51 | } |
| 52 | |
| 53 | void ColourPanel::updateFirst() |
| 54 | { |
| 55 | notifyScrollChangePosition(nullptr, mScrollRange->getScrollPosition()); |
| 56 | |
| 57 | notifyMouseDrag( |
| 58 | nullptr, |
| 59 | mImageColourPicker->getAbsoluteLeft() + (mColourRect->getWidth() / 2), |
| 60 | mImageColourPicker->getAbsoluteTop() + (mColourRect->getHeight() / 2), |
| 61 | MyGUI::MouseButton::Left); |
| 62 | } |
| 63 | |
| 64 | void ColourPanel::createTexture() |
| 65 | { |
nothing calls this directly
no test coverage detected