From 47e2322684e15861ebdafd1c40983549ce1d6cb9 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Tue, 17 Nov 2020 13:49:15 -0500 Subject: [PATCH] Release 4.32.0 --- docs/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/index.md b/docs/index.md index 71df62db..6d9f4974 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8178,6 +8178,24 @@ User Settings class, write_event_value fixes, Menus get colors, Mac no_titlebar * Added button to Test Harness to display the popup with version data * Mac - Added parm enable_mac_notitlebar_patch to set_options to enable apply a "patch" if the Window has no_titlebar set. +## 4.32.0 PySimpleGUI 17-Nov-2020 + +Menu colors and font, fixes + +* Menu, ButtonMenu, and right click menu now default to theme colors and Window font + * The background color for menus is the InputText background color + * The text color for menus is the InputText text color + * The font defaults to the Window font + * These theme colors have worked well in the past as they are the settings used for Table and Tree headers + * All settings can be changed +* Added ability to set the right click menu colors and font + * New parameters added to Window to control right click look +* Fixed problem with Button.update. + * Was crashing if button color changed to COLOR_SYSTEM_DEFAULT +* Fixed problem with right click menus introduced in the previous release +* Auto-close windows can now be finalized (previously could not do this) +* Window.read with timeout is faster + ## Upcoming The future for PySimpleGUI looks bright!