Set partition list view to single-select.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31976 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
81bbdfe999
commit
56938474d1
@ -225,6 +225,7 @@ MainWindow::MainWindow(BRect frame)
|
||||
AddChild(fListView);
|
||||
|
||||
// configure PartitionListView
|
||||
fListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
|
||||
fListView->SetSelectionMessage(new BMessage(MSG_PARTITION_ROW_SELECTED));
|
||||
fListView->SetTarget(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user