[haiku-commits] Re: r39705 - haiku/trunk/src/servers/app

  • From: Philippe Houdoin <philippe.houdoin@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 2 Dec 2010 22:08:59 +0100

>> Added some resizable checks that were missing.
>> Now, borders that can be resize are not highlight anymore,
>
> Mmh, that wasn't actually unintentional.

Didn't know that, sorry.

> It kind of felt weird to get no
> feedback at all for non-resizable windows. It's also somewhat inconsistent
> now, since for windows with min == max size limits you still get the
> feedback, but can't resize them anyway.

It kind of felt weird too to see those BAlert borders highlighed.
Maybe the window look & feel should be checked, then.

> +                action = (flags & B_NOT_RESIZABLE) == 0
>> +                    ? ACTION_HUMDINGER_RESIZE : ACTION_DRAG;

> No drag mode here, please. That's definitely confusing when one actually
> wanted to resize the window.

Agreed, I was not sure between ACTION_DRAG and ACTION_NONE, and in the
end took the same fallback than primary button. My bad.
Will fix that soon.


Bye,
  Philippe.

Other related posts: