Merge branch 'export-close-border' of https://github.com/klickverbot/pyqtgraph into klickverbot-export-close-border
This commit is contained in:
commit
e3fce3e7bb
@ -7,6 +7,7 @@ pyqtgraph-0.9.11 [unreleased]
|
|||||||
- DockArea:
|
- DockArea:
|
||||||
- Fixed adding Docks to DockArea after all Docks have been removed
|
- Fixed adding Docks to DockArea after all Docks have been removed
|
||||||
- Fixed DockArea save/restoreState when area is empty
|
- Fixed DockArea save/restoreState when area is empty
|
||||||
|
- Properly remove select box when export dialog is closed using window decorations
|
||||||
|
|
||||||
New Features:
|
New Features:
|
||||||
- Preliminary PyQt5 support
|
- Preliminary PyQt5 support
|
||||||
|
@ -139,5 +139,6 @@ class ExportDialog(QtGui.QWidget):
|
|||||||
self.selectBox.setVisible(False)
|
self.selectBox.setVisible(False)
|
||||||
self.setVisible(False)
|
self.setVisible(False)
|
||||||
|
|
||||||
|
def closeEvent(self, event):
|
||||||
|
self.close()
|
||||||
|
QtGui.QWidget.closeEvent(self, event)
|
||||||
|
Loading…
Reference in New Issue
Block a user