+ fixes #0001665: Allow setting higher value for number of backup files
This commit is contained in:
parent
822e45c4f7
commit
9256de8c1a
|
@ -22,6 +22,7 @@
|
|||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#include <climits>
|
||||
|
||||
#include "DlgSettingsDocumentImp.h"
|
||||
#include "PrefWidgets.h"
|
||||
|
@ -38,6 +39,7 @@ DlgSettingsDocumentImp::DlgSettingsDocumentImp( QWidget* parent )
|
|||
: PreferencePage( parent )
|
||||
{
|
||||
this->setupUi(this);
|
||||
prefCountBackupFiles->setMaximum(INT_MAX);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user