Skip to content

Commit c231425

Browse files
committed
set background on thumbnail too
1 parent d6d8157 commit c231425

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
- background is not being applied to thumbnail on imagewindow close
2-
3-
not applied to imagerwindow on reopoen
4-
51

62
- seeing unfixable dirty rows sometimes
73

@@ -12,6 +8,10 @@
128
we should modify the model and queue a scan and recomp, but not update
139
the heap or mark the row dirty
1410

11+
exactly what variables are crashing into each opther when we mark the
12+
row dirty during row recomp? can we fix this?
13+
14+
much easier than reworking region into a scan model
1515

1616

1717

src/iimageview.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ iimageview_apply_view_settings(iImageview *iimageview)
6464
ViewSettings *view_settings = &iimage->view_settings;
6565

6666
if (view_settings->valid) {
67+
g_object_set(G_OBJECT(iimageview->imagedisplay),
68+
"background", view_settings->background,
69+
NULL);
70+
6771
Tilesource *tilesource;
6872
g_object_get(iimageview->imagedisplay,
6973
"tilesource", &tilesource,

0 commit comments

Comments
 (0)