| 132 | //----------------------------------------------------------------------------- |
| 133 | |
| 134 | GuiControl* GuiInspector::findHitControl( const Point2I &pt, S32 initialLayer ) |
| 135 | { |
| 136 | if ( mOverDivider || mMovingDivider ) |
| 137 | return this; |
| 138 | |
| 139 | return Parent::findHitControl( pt, initialLayer ); |
| 140 | } |
| 141 | |
| 142 | //----------------------------------------------------------------------------- |
| 143 |
no outgoing calls
no test coverage detected