Liang Weike wrote: > Hello Carsten, > > After the last IRC meeting I debugged OOo2.2(m14) in my computer. While I'm > debugging the program the "insert" toolbar will be visible in terms of the > steps described on IssueZilla. But when I complete compiling it and put its > dll files into "program" folder I still need to execute minimization and > maximization to let the "insert" toolbar be shown. It is strange to me. > > Additionally if I put "insert" in toolbar column it will be shown again. But > if I put it in text area below toolbar it will not be visible unless I > minimize and maximize the window. I assume it didn't draw or paint the window > of text area when I click in the blank area, but it painted the > window including toolbar. So I think it may be the cause. > > The code I modified in "layoutmanager.cxx" is as follows: > > void LayoutManager::implts_updateUIElementsVisibleState( sal_Bool bSetVisible > ) > { > ... > if ( bSetVisible ) > { > implts_createNonContextSensitiveToolBars();//added > doLayout(); > } > ... > } > > What shall I do next? And could you please assign some research work to me > besides issues? I will try my best to do them well. :-) > Hi Liang Weike,
I think your fix looks good to me. I don't know why you cannot see the toolbar if its in the floating state. I cannot reproduce it here with my version. Please add your changes as a patch to the issue. I am not completely sure what you mean with "research" work. I can look for a feature or enhancement which definitely needs more "research" on how to implement it. It this something you would call "research" work? Regards, Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]