From 023be11d75100ccf39d89fe828b6476a10f980a1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 Jul 2005 02:46:03 +0000 Subject: Fixed up and down button handling so they work when not on first line of calltip. --- src/CallTip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/CallTip.h b/src/CallTip.h index feff7ea0b..53eec832a 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -15,8 +15,8 @@ class CallTip { int endHighlight; char *val; Font font; - int xUp; - int xDown; + PRectangle rectUp; + PRectangle rectDown; int lineHeight; int offsetMain; // Private so CallTip objects can not be copied -- cgit v1.2.3