[PythonEditor] Make converting tabs to spaces the default

This commit is contained in:
mwganson
2024-12-16 17:14:33 -06:00
committed by Chris Hennes
parent 02f41bbe60
commit 40571eb683
7 changed files with 115 additions and 88 deletions

View File

@@ -97,7 +97,7 @@ private:
* @author Werner Mayer
*/
class PythonConsoleHighlighter;
class GuiExport PythonConsole : public TextEdit, public WindowParameter
class GuiExport PythonConsole : public PythonTextEditor
{
Q_OBJECT