Fix lua selection logical-or bounds

This commit is contained in:
Pasi Kallinen
2023-01-07 10:55:05 +02:00
parent 27e2c79e12
commit c68b21d735

View File

@@ -291,6 +291,7 @@ l_selection_or(lua_State *L)
int val = selection_getpoint(x, y, sela) | selection_getpoint(x, y, selb);
selection_setpoint(x, y, selr, val);
}
selr->bounds = rect;
lua_remove(L, 1);
lua_remove(L, 1);