8000 Merge pull request #5713 from Acanthostega/v1.5.x · matplotlib/matplotlib@d31ba4e · GitHub
[go: up one dir, main page]

Skip to content

Commit d31ba4e

Browse files
committed
Merge pull request #5713 from Acanthostega/v1.5.x
FIX: default column number in qt edit box closes #5636
2 parents db80928 + 8ba7611 commit d31ba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def apply_callback(data):
158158

159159
if generate_legend:
160160
draggable = None
161-
ncol = None
161+
ncol = 1
162162
if axes.legend_ is not None:
163163
old_legend = axes.get_legend()
164164
draggable = old_legend._draggable is not None

0 commit comments

Comments
 (0)
0