Skip to content

Commit

Permalink
WIP: Reimplement form layout (fix altbuf)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Oct 8, 2023
1 parent 600320e commit 4a8c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/terminal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ namespace netxs::ui
&& match.length()
&& owner.selmod == mime::textonly;
canvas.move(full.coor);
dest.plot(canvas, cell::shaders::fuse);
dest.fill(canvas, cell::shaders::fuse);
if (find)
{
if (auto area = canvas.area())
Expand Down

0 comments on commit 4a8c24e

Please sign in to comment.