Hover on ipad

This commit is contained in:
luboslenco
2025-09-03 19:35:52 +02:00
parent 107394ba3a
commit b84bff243f
4 changed files with 1 additions and 19 deletions
-2
View File
@@ -612,12 +612,10 @@ function render_path_paint_draw() {
return;
}
///if (!arm_ios) // No hover on iPad, decals are painted by pen release
if (config_raw.brush_live && context_raw.pdirty <= 0 && context_raw.ddirty > 0 && context_raw.brush_time == 0) {
// gbuffer has been updated now but brush will lag 1 frame
render_path_paint_commands_live_brush();
}
///end
if (history_undo_layers != null) {
render_path_paint_commands_symmetry();