Kaydet (Commit) 57f1888f authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Michael Meeks

Resolves: #i122079# activate missing slot invalidation...

for the cell alignment sidebar panel

(cherry picked from commit 3b31f1c7)

Change-Id: I3b1ee724ca14e9938302759ef6249a0f3ddd5fa7
üst 256be018
......@@ -2076,12 +2076,9 @@ void ScFormatShell::GetAttrState( SfxItemSet& rSet )
nWhich = aIter.NextWhich();
}
if(nWhich)
{
// stuff for sidebar panels
Invalidate(SID_ATTR_ALIGN_DEGREES);
Invalidate(SID_ATTR_ALIGN_STACKED);
}
// stuff for sidebar panels
Invalidate(SID_ATTR_ALIGN_DEGREES);
Invalidate(SID_ATTR_ALIGN_STACKED);
}
//------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment