Icon-O-Matic: Snap to Grid, 64 x 64 is now set by default.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31837 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2009-07-28 01:02:17 +00:00
parent 152d6bdcca
commit 8a05db2d0e

View File

@ -542,6 +542,7 @@ MainWindow::_Init()
fCanvasView->SetCatchAllEvents(true);
fCanvasView->SetCommandStack(fDocument->CommandStack());
fCanvasView->SetMouseFilterMode(SNAPPING_64);
// fCanvasView->SetSelection(fDocument->Selection());
fPathListView->SetMenu(fPathMenu);
@ -1064,7 +1065,7 @@ MainWindow::_CreateMenuBar(BRect frame)
message->AddInt32("mode", SNAPPING_16);
filterModeMenu->AddItem(new BMenuItem("16 x 16", message, '1'));
filterModeMenu->ItemAt(0)->SetMarked(true);
filterModeMenu->ItemAt(1)->SetMarked(true);
filterModeMenu->SetRadioMode(true);
settingsMenu->AddItem(filterModeMenu);