Commit bb6e6a9
committed
backend_gtk: don't hide FileChooserDialog; closes #1530
Hiding the FileChooserDialog was pointless, because a
new one is created each time the Save Figure button is
clicked in the Toolbar. Hiding seems to have prevented
the widget from being destroyed based on refcount, and this
led to heavy access to the recently-used.xbel file with
every subsequent keystroke.1 parent 74b09c5 commit bb6e6a9
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1083 | 1083 | | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | | - | |
1087 | 1086 | | |
1088 | 1087 | | |
1089 | 1088 | | |
| |||
0 commit comments