Skip to content

Commit 93260d3

Browse files
committed
fix displaybar after load
1 parent 3a22daf commit 93260d3

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

TODO

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
- display ctrl bar stops working in x.ws
2-
3-
float issue?
4-
5-
infobar works
6-
7-
rgb pipeline generation failure?
81

92
- get judder with rotate and images smaller than the window
103

src/displaybar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ displaybar_apply_view_settings(Displaybar *displaybar)
137137
"falsecolour", view_settings->falsecolour,
138138
"log", view_settings->log,
139139
"icc", view_settings->icc,
140-
"active", view_settings->active,
140+
"active", TRUE,
141141
NULL);
142142

143143
Imageui *imageui = displaybar->imageui;

src/tilesource.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,6 @@ tilesource_rgb(Tilesource *tilesource, VipsImage *in)
600600
VipsImage *x;
601601
int n_bands;
602602

603-
printf("tilesource_rgb:\n");
604-
605603
g_autoptr(VipsImage) image = in;
606604
g_object_ref(image);
607605

@@ -760,8 +758,6 @@ tilesource_rgb(Tilesource *tilesource, VipsImage *in)
760758
image = x;
761759
}
762760

763-
return g_steal_pointer(&image);
764-
}
765761

766762
/* Rebuild just the second half of the image pipeline, eg. after a change to
767763
* falsecolour, scale, or if current_z changes.

0 commit comments

Comments
 (0)