Skip to content

Commit 437905f

Browse files
committed
polish and tweak
1 parent 6d9b09a commit 437905f

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

TODO

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- load ws, change, ^Q, select "save" in popup, error
2-
3-
need to expand variables like $HOME
41

52
- "reset" in display bar resets the position of scale/offset widgets, but does
63
not reset the menu items (eg. tick on falsecolour)

share/nip4/start/_vips7compat.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ im_segment test
673673

674674
im_transform in params ipol wrap
675675
= vips_call9 "quadratic" [in, params] [
676-
$interopolate => ipol
677676
];
678677

679678

src/vobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ vobject_refresh_queue(vObject *vobject)
158158
queue_add(vobject_dirty, vobject);
159159

160160
VIPS_FREEF(g_source_remove, vobject_refresh_timeout);
161-
vobject_refresh_timeout = g_timeout_add(20,
161+
vobject_refresh_timeout = g_timeout_add(1,
162162
(GSourceFunc) vobject_refresh_timeout_cb, NULL);
163163
}
164164

0 commit comments

Comments
 (0)