gtk2: initialize inner_border property to nil. Bug #15949

git-svn-id: trunk@23925 -
This commit is contained in:
blikblum 2010-03-10 17:11:29 +00:00
parent 4bafb78e75
commit 3a1ec8cac1

View File

@ -1903,6 +1903,7 @@ begin
height := height + 2 * ythickness;
x := x - xthickness;
width := width + 2 * xthickness;
inner_border := nil;
gtk_widget_style_get (widget, 'inner-border', @inner_border, nil);
if inner_border <> nil then
begin