Hello all,
I made some changes in the code related to bug 61060
(https://bugs.freedesktop.org/show_bug.cgi?id=61060), and the drop
down menus in Calc (file, view, edit etc.) have gone blank.
Can someone tell me the reason for this? I havnt touched any of the
code that deals with the interface or anything of that sort.
Moreover, when I reverted the changes, the problem still persisted!
It was working fine before making the change.
I have pasted the diff below:
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 76dcd12..b009a66 100644
@@ -2028,15 +2028,13 @@ void ScTabView::FreezeSplitters( bool bFreeze )
if ( eOldV != SC_SPLIT_NONE )
ePos = SC_SPLIT_TOPLEFT;
Window* pWin = pGridWin[ePos];
+ ScDocShell* pDocSh = NULL;
bool bLayoutRTL = aViewData.GetDocument()->IsLayoutRTL( aViewData.GetTabNo(
if ( bFreeze )
{
Point aWinStart = pWin->GetPosPixel();
+ pDocSh->SetDocumentModified();
Point aSplit;
SCsCOL nPosX;
SCsROW nPosY;
Regards,
Sameer Deshmukh
Context
- Drop down menus going blank · Sameer Deshmukh
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.