changed and if statement in AddToSubset
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1452,8 +1452,9 @@ status_t BWindow::AddToSubset(BWindow* window){
|
|||||||
|
|
||||||
int32 rCode;
|
int32 rCode;
|
||||||
|
|
||||||
if (window->Feel() == B_MODAL_SUBSET_WINDOW_FEEL ||
|
if (window->Feel() == B_NORMAL_WINDOW_FEEL &&
|
||||||
window->Feel() == B_FLOATING_SUBSET_WINDOW_FEEL){
|
(fFeel == B_MODAL_SUBSET_WINDOW_FEEL ||
|
||||||
|
fFeel == B_FLOATING_SUBSET_WINDOW_FEEL)){
|
||||||
|
|
||||||
Lock();
|
Lock();
|
||||||
session->WriteInt32( AS_ADD_TO_SUBSET );
|
session->WriteInt32( AS_ADD_TO_SUBSET );
|
||||||
|
|||||||
Reference in New Issue
Block a user