Fix horiz meter expose

This commit is contained in:
Robin Gareus 2021-09-23 21:33:08 +02:00
parent 1c34a3dcbb
commit 5287bbb31e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -848,7 +848,7 @@ FastMeter::queue_horizontal_redraw (const Glib::RefPtr<Gdk::Window>& win, float
GdkRegion* region = 0;
bool queue = false;
if (rect.height != 0) {
if (rect.width != 0) {
/* ok, first region to draw ... */