mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -310,7 +310,7 @@ void ui::scenerylist_panel::draw_trainset(trainset_desc &trainset)
|
||||
selected_trainset = &trainset;
|
||||
}
|
||||
else if (ImGui::IsItemClicked(1)) {
|
||||
register_popup(std::make_unique<ui::dynamic_edit_popup>(*this, dyn_desc));
|
||||
register_popup(std::make_unique<dynamic_edit_popup>(*this, dyn_desc));
|
||||
}
|
||||
else if (ImGui::IsItemHovered()) {
|
||||
ImGui::BeginTooltip();
|
||||
|
||||
Reference in New Issue
Block a user