Skip to content

Commit 2c3f929

Browse files
committed
added tooltip for pixelshift
1 parent 7d44c55 commit 2c3f929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iop/demosaic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5911,6 +5911,7 @@ void gui_init(struct dt_iop_module_t *self)
59115911
GtkWidget *box_raw = self->widget = gtk_box_new(GTK_ORIENTATION_VERTICAL, DT_BAUHAUS_SPACE);
59125912

59135913
g->pixelshift_enable = dt_bauhaus_toggle_from_params(self, "pixelshift_enable");
5914+
gtk_widget_set_tooltip_text(g->pixelshift_enable, _("Enable Pentax PixelShift.\nThis feature is beta stage might not work correctly.\nThis also doesn't support motion correction yet."));
59145915

59155916
g->demosaic_method_bayer = dt_bauhaus_combobox_from_params(self, "demosaicing_method");
59165917
for(int i=0;i<7;i++) dt_bauhaus_combobox_remove_at(g->demosaic_method_bayer, 9);

0 commit comments

Comments
 (0)