Add Changes For PR #1096

This commit is contained in:
Metallicow
2018-12-03 03:25:11 -06:00
parent ffd286db8b
commit 0fa5ae869b

View File

@@ -18,6 +18,11 @@ Pip: ``pip install wxPython==4.0.4``
Changes in this release include the following:
* TabNavigatorWindow works similarly like other programs now. Its resizable and
draggable so if user has ton of files with long names, it isnt an irritation
anymore plastered right in the middle of the screen and cant be worked with
easily and Esc now cancels the popup with a proper returnId. (#1096)
* Fixed an issue where wx.lib.intctrl would erroneously attempt to use ``long``
on Python3. (#898)