--- Frodo4/Src/Display_Be.h 2003/07/09 15:57:06 1.4 +++ Frodo4/Src/Display_Be.h 2004/01/12 15:13:20 1.6 @@ -2,7 +2,7 @@ * Display_Be.h - C64 graphics display, emulator window handling, * Be specific stuff * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1025,6 +1025,7 @@ SpeedoView::SpeedoView(BRect frame) : BV speedostr[0] = 0; bounds = Bounds(); SetViewColor(fill_gray); + SetLowColor(fill_gray); SetFont(be_plain_font); }