From ba75a0e73bf23261b16abf858853578ea65576f8 Mon Sep 17 00:00:00 2001 From: that Date: Sat, 14 Feb 2015 21:20:10 +0100 Subject: gui: don't truncate values to 0 after scaling Avoids invisible lines (e.g. input cursor) when scaling down. Change-Id: I595e8bdb2fa468c30f104867ad77be2423ec287f --- gui/objects.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 00770b378..0f853ac59 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -893,7 +893,6 @@ protected: class GUIInput : public GUIObject, public RenderObject, public ActionObject, public InputObject { public: - // w and h may be ignored, in which case, no bounding box is applied GUIInput(xml_node<>* node); virtual ~GUIInput(); -- cgit v1.2.3