classification
Title: IDLE - cursor color configuration bug
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat (2)
Priority: normal Keywords patch

Created on 2007-05-25 13:09 by taleinat, last changed 2007-10-10 00:56 by kbk.

Files
File name Uploaded Description Edit Remove
IDLE_cursor_color_config.070525.patch taleinat, 2007-05-25 13:09 Initial patch
Messages (2)
msg52664 - (view) Author: Tal Einat (taleinat) Date: 2007-05-25 13:09
Currently, IDLE must be restarted in order for a change to the cursor color to take effect.

This patch adds code to configDialog.py to update the text widgets in all windows with the new cursor color.

This closes SourceForge feature request 1705362.
msg56303 - (view) Author: Kurt B. Kaiser (kbk) Date: 2007-10-10 00:56
r58403.  Thanks for the patch!
History
Date User Action Args
2007-11-30 06:50:48georg.brandllinkissue1705362 superseder
2007-10-10 00:56:22kbksetstatus: open -> closed
assignee: kbk
resolution: accepted
messages: + msg56303
nosy: + kbk
2007-05-25 13:09:57taleinatcreate