Gui: do not reset tab size to 4 when creating new text editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user