Fix several warnings
This commit is contained in:
parent
40877b12f7
commit
677cb58000
5 changed files with 5 additions and 6 deletions
src/slic3r/GUI
|
@ -977,7 +977,7 @@ void Choice::BUILD() {
|
|||
propagate_value();
|
||||
} );
|
||||
|
||||
temp->Bind(wxEVT_TEXT_ENTER, [this, temp](wxEvent& e) {
|
||||
temp->Bind(wxEVT_TEXT_ENTER, [this](wxEvent& e) {
|
||||
EnterPressed enter(this);
|
||||
propagate_value();
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue