Make sure the button widget is created before painting scrollbar arrows. Not part of the build.

This commit is contained in:
bryner%netscape.com 2002-01-17 06:34:30 +00:00
parent fc6291f0a6
commit 848885c43d

View File

@ -280,7 +280,8 @@ nsNativeThemeGTK::DrawWidgetBackground(nsIRenderingContext* aContext,
case NS_THEME_SCROLLBAR_BUTTON_RIGHT:
{
EnsureScrollbarWidget();
EnsureButtonWidget();
GtkWidgetState buttonState;
GetGtkWidgetState(aFrame, &buttonState);