We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c79c9 commit e4a126eCopy full SHA for e4a126e
src/views/lighttable.c
@@ -633,6 +633,9 @@ static void _preview_set_state(dt_view_t *self,
633
void init(dt_view_t *self)
634
{
635
self->data = calloc(1, sizeof(dt_library_t));
636
+ dt_library_t *lib = self->data;
637
+
638
+ lib->current_layout = DT_LIGHTTABLE_LAYOUT_FIRST;
639
640
darktable.view_manager->proxy.lighttable.get_preview_state = _preview_get_state;
641
darktable.view_manager->proxy.lighttable.set_preview_state = _preview_set_state;
0 commit comments