Tracker: Initialize view and low colors
CID610137 and CID610138
This commit is contained in:
parent
190fda60a6
commit
1e228168ec
@ -663,6 +663,8 @@ FlickerFreeStringView::FlickerFreeStringView(BRect bounds, const char* name,
|
||||
:
|
||||
BStringView(bounds, name, text, resizingMode, flags),
|
||||
fBitmap(NULL),
|
||||
fViewColor(ViewColor()),
|
||||
fLowColor(LowColor()),
|
||||
fOriginalBitmap(NULL)
|
||||
{
|
||||
}
|
||||
@ -673,6 +675,8 @@ FlickerFreeStringView::FlickerFreeStringView(BRect bounds, const char* name,
|
||||
:
|
||||
BStringView(bounds, name, text, resizingMode, flags),
|
||||
fBitmap(NULL),
|
||||
fViewColor(ViewColor()),
|
||||
fLowColor(LowColor()),
|
||||
fOriginalBitmap(inBitmap)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user