Skip to content

Commit

Permalink
fix #14581
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 24, 2024
1 parent f0a5fef commit e2a64fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netedit/dialogs/options/GNEOptionsDialogElements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ GNEOptionsDialogElements::InputFloat::onCmdSetOption(FXObject*, FXSelector, void
} else {
myGUIDialogOptions->myOptionsContainer.resetWritable();
myGUIDialogOptions->myOptionsContainer.set(myName, myFloatTextField->getText().text());
myGUIDialogOptions->myOptionsModified = true;
}
return 1;
}
Expand Down

0 comments on commit e2a64fd

Please sign in to comment.