diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 20:48:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 20:48:59 (GMT) |
commit | 6eb4883088184b907621ae022deee1bc9f6bbb14 (patch) | |
tree | 0e812a896216448250395b18ea1fe325146f5beb /ChangeLog | |
parent | 6975412d3b85ae353784b46da6204b629cd07b5d (diff) | |
download | tk-6eb4883088184b907621ae022deee1bc9f6bbb14.zip tk-6eb4883088184b907621ae022deee1bc9f6bbb14.tar.gz tk-6eb4883088184b907621ae022deee1bc9f6bbb14.tar.bz2 |
Panedwindow fixes that make things behave right in complex geometry cases.
[Bugs 738143+747814]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tkPanedWindow.c (PanedWindowReqProc): Fix from Eric + Boudaillier so panedwindows get their geometry right even when + their children don't know their size initially. [Bug 738143] + * doc/panedwindow.n: Removed sentences about the use of [update + idletasks] with this command, as that is no longer necessary with + the fix from Bug 738143. [Bug 747814] + * generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing to never jump to the end of the switch. I find that confusing as I can't see whether there's processing still to be done from a |