From f99fd3f06316cdb1560af05d264611b62ccf343e Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Wed, 11 Jul 2012 09:15:52 +0200 Subject: [PATCH] Fixed Navigator does now show full height/width --- rtgui/navigator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/navigator.cc b/rtgui/navigator.cc index c5aec09bb..591fa2302 100644 --- a/rtgui/navigator.cc +++ b/rtgui/navigator.cc @@ -70,7 +70,6 @@ void Navigator::setInvalid (int fullWidth, int fullHeight) { else position->set_text (M("NAVIGATOR_XY_NA")); - position->set_text (M("NAVIGATOR_XY_NA")); R->set_text (M("NAVIGATOR_R_NA")); G->set_text (M("NAVIGATOR_G_NA")); B->set_text (M("NAVIGATOR_B_NA"));