summaryrefslogtreecommitdiff
path: root/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc
blob: e123e4e24ed4aca3c081c3097b6eb3701deb7cc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/gtkmm2ext/fastmeter.cc.orig	2009-02-24 12:37:45 UTC
+++ libs/gtkmm2ext/fastmeter.cc
@@ -476,7 +476,7 @@ FastMeter::set (float lvl)
 
 	Glib::RefPtr<Gdk::Window> win;
 
-	if ((win = get_window()) == 0) {
+	if (!(win = get_window())) {
 		queue_draw ();
 		return;
 	}