mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 13:15:57 +00:00
Add a spellchecking mode for sphinx and fix some typos
* The worst one was Persistant -> Persistent. This involved renaming PersistentConfig but the impact of that is considered minimal enough to be worth fixing.
This commit is contained in:
@@ -2839,7 +2839,7 @@ float Formatter::m_FixedFontBaseSize = 10.0f;
|
||||
QColor Formatter::m_DarkChecker, Formatter::m_LightChecker;
|
||||
OffsetSizeDisplayMode Formatter::m_OffsetSizeDisplayMode = OffsetSizeDisplayMode::Auto;
|
||||
|
||||
void Formatter::setParams(const PersistantConfig &config)
|
||||
void Formatter::setParams(const PersistentConfig &config)
|
||||
{
|
||||
m_minFigures = qMax(0, config.Formatter_MinFigures);
|
||||
m_maxFigures = qMax(2, config.Formatter_MaxFigures);
|
||||
|
||||
Reference in New Issue
Block a user