Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

fix: buffer is not divisible by scale X #380

Closed stacyharper closed 5 months ago

stacyharper commented 5 months ago

To prevent this, we move where we set the buffer scale just after where we attach the new buffer to the surface. It should make sure the buffer scale, and the attached buffer stay consistent on the first commit.

ref: https://github.com/Cloudef/bemenu/pull/356

dkwo commented 5 months ago

this works for me, thanks.

stacyharper commented 5 months ago

Okay then I mark this as ready

Cloudef commented 5 months ago

Thanks