File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -714,8 +714,8 @@ def restoreSettingsConsole(self):
714
714
storedTabScripts = self .settings .value ("pythonConsole/tabScripts" )
715
715
self .tabListScript = storedTabScripts
716
716
self .splitter .restoreState (self .settings .value ("pythonConsole/splitterConsole" , QByteArray ()))
717
- self .splitterEditor .restoreState (self .settings .value ("pythonConsole/splitterEditor" ))
718
- self .splitterObj .restoreState (self .settings .value ("pythonConsole/splitterObj" ))
717
+ self .splitterEditor .restoreState (self .settings .value ("pythonConsole/splitterEditor" , QByteArray () ))
718
+ self .splitterObj .restoreState (self .settings .value ("pythonConsole/splitterObj" , QByteArray () ))
719
719
720
720
if __name__ == '__main__' :
721
721
a = QApplication (sys .argv )
Original file line number Diff line number Diff line change 58
58
<rect >
59
59
<x >0</x >
60
60
<y >0</y >
61
- <width >554 </width >
62
- <height >642 </height >
61
+ <width >546 </width >
62
+ <height >687 </height >
63
63
</rect >
64
64
</property >
65
65
<layout class =" QGridLayout" name =" gridLayout_2" >
352
352
<string >from APIs files</string >
353
353
</property >
354
354
<property name =" checked" >
355
- <bool >false </bool >
355
+ <bool >true </bool >
356
356
</property >
357
357
</widget >
358
358
</item >
You can’t perform that action at this time.
0 commit comments