Gui: do not reset tab size to 4 when creating new text editor

This commit is contained in:
wmayer
2022-04-22 14:33:44 +02:00
parent 20f4195039
commit a91f5e7352
3 changed files with 16 additions and 2 deletions

View File

@@ -228,8 +228,6 @@ TextEditor::TextEditor(QWidget* parent)
setFont(serifFont);
ParameterGrp::handle hPrefGrp = getWindowParameter();
// set default to 4 characters
hPrefGrp->SetInt( "TabSize", 4 );
hPrefGrp->Attach( this );
// set colors and font