| 410 | } |
| 411 | |
| 412 | void UniversalLocator::showLocateTable() { |
| 413 | mLocateTable->setVisible( true ); |
| 414 | Vector2f pos( mLocateInput->convertToWorldSpace( { 0, 0 } ) ); |
| 415 | pos.y -= mLocateTable->getPixelsSize().getHeight(); |
| 416 | mLocateTable->setPixelsPosition( pos ); |
| 417 | updateFilesTable(); |
| 418 | } |
| 419 | |
| 420 | void UniversalLocator::showLocateTableGlob() { |
| 421 | mLocateTable->setVisible( true ); |
nothing calls this directly
no test coverage detected