]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx
#2516 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / creaPanelButtonContainer.cxx
index 93cf74cf778684ea7eace66fd37a82884c540e8f..2647e70c8257f4dc32b7a758331619c674098b79 100644 (file)
@@ -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();