Searched hist:"55 a88f0c29c97fd028fd1e4dbd57b01f6c286893" (Results 1 – 1 of 1) sorted by relevance
/haiku/src/servers/app/ |
H A D | View.cpp | 55a88f0c29c97fd028fd1e4dbd57b01f6c286893 Sun Mar 29 18:20:00 UTC 2009 Stephan Aßmus <superstippi@gmx.de> When a view has B_DRAW_ON_CHILDREN set, do not ignore the user clipping when painting the background. The user may have set that on purpose. For regular views, it doesn't really make sense to use the user clipping for painting the background, since there is no way these parts could ever be painted at all. In Draw() there will be a new view state on the stack, so the client has no way to unset the clipping. On the other hand, there may be useful cases where the user applied a clipping, and wants itself not drawing outside of it, but does want the background painted. (For example BTextView::SetTextRect() may use this in the future.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29790 a95241bf-73f2-0310-859d-f6bbb57e9c96
|