t/548-motif-hints: add missing $x->flush after $x->change_property
I noticed the test was flaky before, possibly this fixes it. related to #3009
This commit is contained in:
parent
9dcf37b428
commit
2a91514a31
@ -67,6 +67,7 @@ sub _change_motif_property {
|
|||||||
32, 5,
|
32, 5,
|
||||||
pack('L5', 2, 0, $value, 0, 0),
|
pack('L5', 2, 0, $value, 0, 0),
|
||||||
);
|
);
|
||||||
|
$x->flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub open_window_with_motifs {
|
sub open_window_with_motifs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user