- The Trash context menu was using a checkmark to keep track of the last
selected item which does not make much sense. Disabled the checkmark. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -328,7 +328,7 @@ void
|
|||||||
BDeskWindow::AddTrashContextMenu()
|
BDeskWindow::AddTrashContextMenu()
|
||||||
{
|
{
|
||||||
// setup special trash context menu
|
// setup special trash context menu
|
||||||
fTrashContextMenu = new BPopUpMenu("TrashContext");
|
fTrashContextMenu = new BPopUpMenu("TrashContext", false, false);
|
||||||
fTrashContextMenu->SetFont(be_plain_font);
|
fTrashContextMenu->SetFont(be_plain_font);
|
||||||
fTrashContextMenu->AddItem(new BMenuItem("Empty Trash",
|
fTrashContextMenu->AddItem(new BMenuItem("Empty Trash",
|
||||||
new BMessage(kEmptyTrash)));
|
new BMessage(kEmptyTrash)));
|
||||||
|
|||||||
Reference in New Issue
Block a user