From: Arnaldo Carvalho de Melo Date: Mon, 26 Jul 2010 16:47:15 +0000 (-0300) Subject: perf ui: Consider the refreshed dimensions in ui_browser__show X-Git-Tag: v2.6.36-rc1~532^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63160f73e7baa6618f19d7681bcab5be5c557205;p=pandora-kernel.git perf ui: Consider the refreshed dimensions in ui_browser__show When we call ui_browser__show we may have called ui_browser__refresh_dimensions to check if the maximum lenght for the contained entries changed, such as when zooming in and out DSOs or threads in the hist browser. For that to happen we must delete the old form, that will take care of deleting the vertical scrollbar, etc, and then recreate them, with the new dimensions. Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Stephane Eranian LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed