gitk: Fix the geometry when restoring from zoomed state.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 15 Sep 2009 09:37:51 +0000 (10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 8 Mar 2010 21:36:55 +0000 (21:36 +0000)
commit06c88b85acfee0c74859be84c097c4aaa7720e45
tree86960db94407e06573b165de3ac4cbaa4a000f5f
parent7963791e1f44f3053f47f98628cf1729030eab76
gitk: Fix the geometry when restoring from zoomed state.

The patch to handle the geometry of a restored gitk by Alexy Borzenkov
causes the position of the columns to creep each time the application
is restarted. This patch addresses this by remembering the application
geometry for the normal state and saving that regardless of the actual
state when the application is closed.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
gitk