| 144 | } |
| 145 | |
| 146 | void ToolFrame::OnGrabber( GrabberEvent & event ) |
| 147 | { |
| 148 | // Pass it on to the manager since it isn't in the handling hierarchy |
| 149 | mManager->ProcessEvent( event ); |
| 150 | } |
| 151 | |
| 152 | // The current size determines the min size for resizing... |
| 153 | // the 'lock in' is at that aspect ratio. |
nothing calls this directly
no test coverage detected