File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments