| 60 | } |
| 61 | |
| 62 | void ColourPanel::updateFirst() |
| 63 | { |
| 64 | notifyScrollChangePosition(nullptr, mScrollRange->getScrollPosition()); |
| 65 | |
| 66 | notifyMouseDrag( |
| 67 | nullptr, |
| 68 | mImageColourPicker->getAbsoluteLeft() + (mColourRect->getWidth() / 2), |
| 69 | mImageColourPicker->getAbsoluteTop() + (mColourRect->getHeight() / 2), |
| 70 | MyGUI::MouseButton::Left); |
| 71 | } |
| 72 | |
| 73 | void ColourPanel::createTexture() |
| 74 | { |
nothing calls this directly
no test coverage detected