fix (auto-expand) typo in f23f379b3
This commit is contained in:
parent
4167e83972
commit
27631e7c7f
@ -563,7 +563,7 @@ EditorRoutes::redisplay ()
|
||||
redisplay_real ();
|
||||
|
||||
while (!g_atomic_int_compare_and_exchange (&_redisplay_active, 1, 0)) {
|
||||
g_atomic_pointer_set(&_redisplay_active, 1);
|
||||
g_atomic_int_set(&_redisplay_active, 1);
|
||||
redisplay_real ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user