Andre Poenitz <[EMAIL PROTECTED]> writes: | 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.
wa_ptr should be removed. As it is now multiple workareas will be impossible with qt. (qt4 as well) But I'll leave all the to the gui gang. -- Lgb