Skip to content

Commit f78ca88

Browse files
committed
fix variable name
1 parent 134cf47 commit f78ca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpano/gui/panels/thumbnail_pane.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ void ThumbnailPane::ThumbnailTooltip(const std::vector<int> &images) const {
203203
}
204204
ImGui::BeginTooltip();
205205
for (const int img_id : images) {
206-
ImGui::PushID(coord_id);
206+
ImGui::PushID(img_id);
207207
ThumbnailButton(img_id);
208208
ImGui::PopID();
209209
ImGui::SameLine();

0 commit comments

Comments
 (0)