fixed initial show of names in header window. Variable names only showed up after...
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 3 May 2015 20:22:02 +0000 (22:22 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 3 May 2015 20:22:02 +0000 (22:22 +0200)
commit8298a4c6e326a39e204ca58d686497758333a102
tree17381e4e8a45cf5645475399094cc47980e47e58
parent968830320f2eef1189803473970b31b7619c8d05
fixed initial show of names in header window. Variable names only showed up after switching between variable and data window. The reason is that the buttons of the columns are not created. This is due to interdependency between the size allocation and the button creation. I removed the need_button mechanism.
src/ui/gui/pspp-sheet-view-column.c
src/ui/gui/pspp-sheet-view-column.h
src/ui/gui/pspp-sheet-view.c