Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334725
Collapse All | Expand All

(-)krusader/panelmanager.cpp (+1 lines)
Lines 121-126 Link Here
121
121
122
//     _stack->setUpdatesEnabled(false);
122
//     _stack->setUpdatesEnabled(false);
123
    _stack->setCurrentWidget(_self);
123
    _stack->setCurrentWidget(_self);
124
    kapp->processEvents();
124
    // make sure the view is focused (this also causes ListPanel::slotFocusOnMe() to be called)
125
    // make sure the view is focused (this also causes ListPanel::slotFocusOnMe() to be called)
125
    _self->view->widget()->setFocus();
126
    _self->view->widget()->setFocus();
126
//     _stack->setUpdatesEnabled(true);
127
//     _stack->setUpdatesEnabled(true);

Return to bug 334725