clang-tidy: readability-misleading-indentation
[geeqie.git] / src / bar-histogram.cc
index 60832dd..b90df13 100644 (file)
@@ -87,7 +87,7 @@ static gboolean bar_pane_histogram_update_cb(gpointer data)
        phd->idle_id = 0;
        phd->need_update = FALSE;
 
-       gtk_widget_queue_draw_area(GTK_WIDGET(phd->drawing_area), 0, 0, phd->histogram_width, phd->histogram_height);
+       gq_gtk_widget_queue_draw_area(GTK_WIDGET(phd->drawing_area), 0, 0, phd->histogram_width, phd->histogram_height);
 
        if (phd->fd == nullptr) return G_SOURCE_REMOVE;
        histmap = histmap_get(phd->fd);