From: Schelte B. <tc...@tc...> - 2024-09-14 09:12:13
|
On 13/09/2024 20:42, Donald G Porter via Tcl-Core wrote: > If you have time and an interest, please look them over and offer any > necessary > corrections and improvements. > * TCL_PACKAGE_PATH change from TCL list to ";" separated items *** POTENTIAL INCOMPATIBILITY *** If I understand the associated ticket and code correctly, the separator is the normal path separator for the different platforms. So ":" for linux and mac and ";" for windows. * Appearance improvements for... - focus ring, arrows, and classic theme. - last item in a [ttk::treeview]. - down arrow in [ttk::combobox]. The ttk::treeview changes are more extensive than just related to the appearance of the last item: - Fixed 'see' and 'bbox' after scrolling - Fixed 'see' before widget is first mapped - Fixed unexpected scrolling when using 'see' on a detached item This can be summarized as - Fixes to the ttk::treeview 'see' and 'bbox' commands. Schelte |