commit | 58e3822b5973e766f79046e8964457d9ef26df55 | [log] [tgz] |
---|---|---|
author | Michael Krehan <ebomike@gmail.com> | Thu Feb 17 20:04:27 2011 -0800 |
committer | Michael Krehan <ebomike@gmail.com> | Thu Feb 17 20:56:29 2011 -0800 |
tree | c4386ce288b68e3cf46f7bb40e74bb7ddb20758b | |
parent | 93552de8e305027fb003401e347b9493c64c981f [diff] |
Fix for #12945: ProgressBar.setMax() will always redraw. Fix for issue #12945: Changing the maximum of a progress bar does not cause it to be redrawn, even though a new maximum changes the position of the current progress in relation to its maximum. With this fix, setMax() will always cause refreshProgress() to be called if the maximum is different than it was before. Change-Id: I971ec3302953bcadc0aac3dd8241481bab2b5a91