Tooltip over "Remove parameter" checkbox.
Application name to the "Delete all" dialog.
This commit is contained in:
parent
ec93a2f782
commit
db9c7bec8c
2 changed files with 2 additions and 1 deletions
src/slic3r/GUI
|
@ -80,6 +80,7 @@ void ObjectSettings::update_settings_list()
|
|||
auto opt_key = (line.get_options())[0].opt_id; //we assume that we have one option per line
|
||||
|
||||
auto btn = new ScalableButton(parent, wxID_ANY, m_bmp_delete);
|
||||
btn->SetToolTip(_(L("Remove parameter")));
|
||||
|
||||
btn->Bind(wxEVT_BUTTON, [opt_key, config, this](wxEvent &event) {
|
||||
config->erase(opt_key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue