Kaydet (Commit) db334fb7 authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Michael Meeks

Related: #i121960# Fixed typo that made the superscript button...

look like the subscript button.

(cherry picked from commit eac056c4)

Change-Id: I1ba1a609954cd88aa38f76c8e329f35152951ae5
üst 799e382d
......@@ -580,7 +580,7 @@ void TextPropertyPanel::SetupToolboxItems (void)
maSuperScriptControl.SetupToolBoxItem(*mpToolBoxScriptSw, TBI_SUPER_SW);
maSubScriptControl.SetupToolBoxItem(*mpToolBoxScriptSw, TBI_SUB_SW);
//for sc and sd
maSubScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUPER);
maSuperScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUPER);
maSubScriptControl.SetupToolBoxItem(*mpToolBoxScript, TBI_SUB);
maSpacingControl.SetupToolBoxItem(*mpToolBoxSpacing, TBI_SPACING);
maHighlightControl.SetupToolBoxItem(*mpToolBoxHighlight, TBI_HIGHLIGHT);
......
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