| 3763 | } |
| 3764 | |
| 3765 | void IGFD::KeyExplorerFeature::SetFlashingAttenuationInSeconds(float vAttenValue) { |
| 3766 | m_FlashAlphaAttenInSecs = 1.0f / ImMax(vAttenValue, 0.01f); |
| 3767 | } |
| 3768 | #endif // USE_EXPLORATION_BY_KEYS |
| 3769 | |
| 3770 | IGFD::FileDialog::FileDialog() : PlacesFeature(), KeyExplorerFeature(), ThumbnailFeature() { |
no outgoing calls
no test coverage detected