Fix the geometry when restoring from zoomed state. pt/restore2
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 15 Sep 2009 09:37:51 +0000 (10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 15 Sep 2009 09:37:51 +0000 (10:37 +0100)
commit198520900eefcf760fc663b50a50bdcbf554fd7c
tree644843dad13f6da4f86845c3e68a6181fdbb26f1
parentfbd5ee81199f78b486a5e2f217ea0a74c908a5f9
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