Tracker: fix PoseView border in FilePanels.
This commit is contained in:
parent
9ac06d90b1
commit
4a6014fe23
@ -233,6 +233,7 @@ TFilePanel::TFilePanel(file_panel_mode mode, BMessenger* target,
|
||||
AutoLock<BWindow> lock(this);
|
||||
fBorderedView = new BorderedView;
|
||||
CreatePoseView(model);
|
||||
fBorderedView->GroupLayout()->SetInsets(1);
|
||||
fPoseView->SetRefFilter(filter);
|
||||
if (!fIsSavePanel)
|
||||
fPoseView->SetMultipleSelection(multipleSelection);
|
||||
|
Loading…
Reference in New Issue
Block a user