mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Disabling some experimental options for a dm2 release.
This commit is contained in:
parent
5aa1a94570
commit
537e8f048c
@ -72,11 +72,11 @@ void MainMenuController::OnMainWindowCreated(Window* window)
|
||||
void MainMenuController::ConnectMenuHandlers()
|
||||
{
|
||||
this->fileExit->Activated.connect(this, &MainMenuController::OnFileExit);
|
||||
this->filePreferences->Activated.connect(this, &MainMenuController::OnFilePreferences);
|
||||
// this->filePreferences->Activated.connect(this, &MainMenuController::OnFilePreferences);
|
||||
this->helpAbout->Activated.connect(this, &MainMenuController::OnHelpAbout);
|
||||
this->fileAddLibraryLocal->Activated.connect(this,&MainMenuController::OnAddLibraryLocal);
|
||||
this->fileAddLibraryRemote->Activated.connect(this,&MainMenuController::OnAddLibraryRemote);
|
||||
this->fileNewPlaylist->Activated.connect(this,&MainMenuController::OnNewPlaylist);
|
||||
// this->fileNewPlaylist->Activated.connect(this,&MainMenuController::OnNewPlaylist);
|
||||
}
|
||||
|
||||
void MainMenuController::OnFileExit(MenuItemRef menuItem)
|
||||
|
@ -174,7 +174,7 @@ void SettingsView::OnCreated()
|
||||
mainLayout->AddChild(new Frame(pathLayout,FramePadding(20,20,0,20)));
|
||||
|
||||
// test CheckBox
|
||||
CheckBox* c = new CheckBox(_T("Test 1"));
|
||||
/* CheckBox* c = new CheckBox(_T("Test 1"));
|
||||
mainLayout->AddChild(c);
|
||||
c->Check();
|
||||
c->Pressed.connect(this, &SettingsView::OnPressTestCheckbox);
|
||||
@ -233,7 +233,7 @@ void SettingsView::OnCreated()
|
||||
mainLayout->AddChild(cb);
|
||||
cb->SetModel(cb_testmodel);
|
||||
cb->Select(2);
|
||||
|
||||
*/
|
||||
this->AddChild(mainLayout);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user