On Thu, Apr 13, 2006 at 08:03:23PM +0200, Lars Gullik Bjønnes wrote:
> Will go in shortly, but comments are appreciated.

        case SelectionClear:
                lyxerr[Debug::GUI] << "Lost selection." << endl;
                if (wa_ptr)
-                       wa_ptr->selectionLost();
+                       wa_ptr->view().view()->selectionLost();
                break;
        }

I wonder whether this wa_ptr->view().view() could be shortened/
encapsulated a bit.

Andre'

Reply via email to