On Wednesday 20 March 2002 7:14 am, Lars Gullik Bjønnes wrote:
> "Garst R. Reese" <[EMAIL PROTECTED]> writes:
> | Juergen Vigna wrote:
> >> Would people please try the attached patch and comment on it?
> >> This should also fix the hang you experience John!
> |
> | I tried it after I got a hang, which I had not seen before (using the
> | scrollbar to scroll past a graphic). Fixed both that and the C&P probems
> | for me.
> | Alice noticed that the little yellow boxes for Cut and Pastes toolbar
> | icons no longer pop up. I know there was some discussion on tooltips,
> | and she was not exactly complaining, but it seems that those did confirm
> | that one was selecting the correct icon.
>
> Yes, if anybody turned the tooltips off by default, then they should
> be turned on again.

Well I'm not special casing the toolbar. If you want tooltips on my default, 
then that's fine:

Index: src/frontends/xforms/Tooltips.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/Tooltips.C,v
retrieving revision 1.6
diff -u -p -r1.6 Tooltips.C
--- src/frontends/xforms/Tooltips.C     18 Mar 2002 15:56:00 -0000      1.6
+++ src/frontends/xforms/Tooltips.C     20 Mar 2002 10:44:19 -0000
@@ -28,7 +28,7 @@
 using SigC::slot;


-bool Tooltips::enabled_ = false;
+bool Tooltips::enabled_ = true;

 SigC::Signal0<void> Tooltips::toggled;

If you want a lyxrc entry, then that's fine too. It shouldn't take you too 
long ;-)

Angus

        

Reply via email to