Skip to content

Commit

Permalink
[import-main-matcher.cpp] show tooltip for action column
Browse files Browse the repository at this point in the history
because it may contain longer messages.
  • Loading branch information
christopherlam committed Mar 30, 2024
1 parent db9b1eb commit 75f9ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gnucash/import-export/import-main-matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,11 @@ query_tooltip_tree_view_cb (GtkWidget *widget, gint x, gint y,
DOWNLOADED_COL_MEMO_ORIGINAL, &tooltip_text,
-1);
break;
case DOWNLOADED_COL_ACTION_INFO:
gtk_tree_model_get (model, &iter,
DOWNLOADED_COL_ACTION_INFO, &tooltip_text,
-1);
break;
default:
break;
}
Expand Down

0 comments on commit 75f9ecf

Please sign in to comment.