X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaPanelButtonContainer%2FcreaPanelButtonContainer.cxx;h=2647e70c8257f4dc32b7a758331619c674098b79;hb=7f61609a6f4dfd638be957abdd75153c25101411;hp=93cf74cf778684ea7eace66fd37a82884c540e8f;hpb=46fa5cac1a169b7c987bf954e7df39a8bceb1dc4;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx index 93cf74c..2647e70 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx @@ -127,8 +127,10 @@ namespace creaPanelButtonContainer wxALL | wxEXPAND | wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL, 5); + wxBitmap icon1(Edit_xpm); + this->m_ConfigButton = new wxBitmapButton(this->m_PanelUp, -1, - wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW, + icon1, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW, wxDefaultValidator, _T("Config")); mainSizer->Add(this->m_ConfigButton, wxGBPosition(1, 2), wxDefaultSpan, @@ -251,11 +253,11 @@ namespace creaPanelButtonContainer this->m_CurrentWxPanel->SetFunctorEnabled(true); this->m_CurrentWxPanel->GetListBox()->Deselect( - this->m_CurrentWxPanel->GetListBox()->GetSelection()); + this->m_CurrentWxPanel->GetListBox()->GetSelection()); //Deselected item this->m_CurrentWxPanel->Update(); this->m_ListWxPanel->Show(false); this->m_EventPanel->Show(false); - this->m_EventPanel = this->m_EmptyPanel; + this->m_EventPanel = this->m_EmptyPanel; //Management Empty Panel this->m_AuiManager->GetPane(_T("EventPanel")).window = this->m_EventPanel; this->m_AuiManager->Update();