[haiku-commits] Re: BRANCH looncraz-github.setviewuicolor [8c0d56c205c7] in src: apps/haikudepot/ui servers/app kits/interface apps/haikudepot/ui_generic kits/shared

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 2 Oct 2015 09:32:43 +0200

Hi looncraz,

Am 01.10.2015 um 18:02 schrieb looncraz-github.setviewuicolor:

@@ -5383,6 +5374,12 @@ BView::_InitData(BRect frame, const char* name, uint32
resizingMode,
fLayoutData = new LayoutData;

fToolTip = NULL;
+
+ if (flags & B_SUPPORTS_LAYOUT) {

That would be:
if ((flags & B_SUPPORTS_LAYOUT) != 0) {

BTW: since you separate the commit message into several components already, and have a quite detailed list, could you please divide the commits into several smaller ones?

Bye,
Axel.

Other related posts: