* Fixes ticket #5204.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35039 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2010-01-12 22:15:23 +00:00
parent 3c6e2dd685
commit 4b6c586b03
+2
View File
@@ -52,6 +52,7 @@ TGAView::TGAView(const BRect& frame, const char* name, uint32 resize,
fpchkIgnoreAlpha->SetValue(val);
fpchkIgnoreAlpha->SetViewColor(ViewColor());
AddChild(fpchkIgnoreAlpha);
fpchkIgnoreAlpha->ResizeToPreferred();
fpchkRLE = new BCheckBox(BRect(10, 67, 180, 84),
"Save with RLE Compression", "Save with RLE Compression",
@@ -60,6 +61,7 @@ TGAView::TGAView(const BRect& frame, const char* name, uint32 resize,
fpchkRLE->SetValue(val);
fpchkRLE->SetViewColor(ViewColor());
AddChild(fpchkRLE);
fpchkRLE->ResizeToPreferred();
}