We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e332d4 commit 6ea2acfCopy full SHA for 6ea2acf
src/gui.cpp
@@ -319,7 +319,7 @@ void MyFrame::OnIterativeFDoG(wxCommandEvent &event)
319
//Comboboxes
320
void MyFrame::OnProcessingBox(wxCommandEvent &event)
321
{
322
- std::string s = processingBox->GetValue();
+ std::string s = processingBox->GetValue().ToStdString();
323
drawPane->set_mode(s);
324
325
render_loop_on = (s == MODE_ETF) || (s == MODE_ETF_DEBUG);
0 commit comments