Skip to content

Commit 36b714c

Browse files
committed
Minor property grid display bug
1 parent f971a40 commit 36b714c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GUIFrame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GUIFrame::GUIFrame( wxWindow* parent, wxWindowID id, const wxString& title, cons
9292
m_propertyGridItem_overrelaxation = m_propertyGridPage->Append( new wxFloatProperty( wxT("Overrelaxation"), wxT("Overrelaxation") ) );
9393
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_overrelaxation, wxT("Solver overrelaxation coefficient, choose a value in [1,2]") );
9494
m_propertyGridItem_resolution = m_propertyGridPage->Append( new wxIntProperty( wxT("Resolution"), wxT("Resolution") ) );
95-
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_overrelaxation, wxT("Grid resolution") );
95+
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_resolution, wxT("Grid resolution") );
9696
m_propertyGridItem_nb_cpu = m_propertyGridPage->Append( new wxIntProperty( wxT("CPU number"), wxT("CPU number") ) );
9797
m_propertyGridPage->SetPropertyHelpString( m_propertyGridItem_nb_cpu, wxT("Number of threads (default = 4)") );
9898
bSizer6->Add( m_propertyGridManager, 100, wxEXPAND|wxALL, 5 );

0 commit comments

Comments
 (0)