Revert the PoseView change from r29190. This is incorrect since the outline setting only applies to the desktop poseviews, and is explicitly set there by the backgrounds settings code in BackgroundImage.cpp. This fixes the font rendering artifacts reported in ticket #3467.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29277 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ec8c04cc2c
commit
3291c58044
@ -209,7 +209,7 @@ BPoseView::BPoseView(Model *model, BRect bounds, uint32 viewMode, uint32 resizeM
|
||||
fRefFilter(NULL),
|
||||
fAutoScrollInc(20),
|
||||
fAutoScrollState(kAutoScrollOff),
|
||||
fWidgetTextOutline(true),
|
||||
fWidgetTextOutline(false),
|
||||
fSelectionPivotPose(NULL),
|
||||
fRealPivotPose(NULL),
|
||||
fKeyRunner(NULL),
|
||||
|
Loading…
x
Reference in New Issue
Block a user