Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>>
>> Have you thought about the tabs-patch for 1.4.4?
> 
> I am not sure what's that but I have noticed that now when I press the
> tab key, the focus goes out of the workarea and onto the toolbars. This
> is very annoying.

First we must decide how we proceed with the toolbars.
In the meantime you could use this patch:

Index: QLToolbar.C
===================================================================
--- QLToolbar.C (revision 15617)
+++ QLToolbar.C (working copy)
@@ -174,6 +174,7 @@
                break;
        case ToolbarBackend::MINIBUFFER:
                owner_.addCommandBuffer(this);
+               hide(true);
                /// \todo find a Qt4 equivalent to 
setHorizontalStretchable(true);
                //setHorizontalStretchable(true);
                break;

Reply via email to