| 418 | } |
| 419 | |
| 420 | void UniversalLocator::showLocateTableGlob() { |
| 421 | mLocateTable->setVisible( true ); |
| 422 | Vector2f pos( mLocateInput->convertToWorldSpace( { 0, 0 } ) ); |
| 423 | pos.y -= mLocateTable->getPixelsSize().getHeight(); |
| 424 | mLocateTable->setPixelsPosition( pos ); |
| 425 | updateFilesTable( true ); |
| 426 | } |
| 427 | |
| 428 | void UniversalLocator::goToLine() { |
| 429 | showLocateBar(); |
nothing calls this directly
no test coverage detected