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 8846a83 commit 3a8ab5cCopy full SHA for 3a8ab5c
TODO
@@ -1,4 +1,8 @@
1
-- very long formula (eg. Group [G1, G2, etc]) are not truncated
+- row reset doesn't always work
2
+
3
+ try joanne's workspace ... need to be able to reset the image pair
4
5
+ and editing a row doesn't always "take"
6
7
- check all batch mode flags
8
@@ -184,10 +188,6 @@
184
188
185
189
[x * 2 :: x <- [1..]]
186
190
187
-- row reset doesn't always work
-
- and editing a row doesn't always "take"
191
- syntax error in startup .def stops nip4 loading
192
193
- should we support
src/gtkutil.c
@@ -46,7 +46,7 @@ void
46
set_glabel1(GtkWidget *label, const char *fmt, ...)
47
{
48
va_list ap;
49
- char txt[1000];
+ char txt[80];
50
VipsBuf buf = VIPS_BUF_STATIC(txt);
51
52
va_start(ap, fmt);
0 commit comments