Kaydet (Commit) 07c075ac authored tarafından Zheng Fan's avatar Zheng Fan

i122054, for change the drop down list issue

üst 319bb894
...@@ -381,12 +381,14 @@ void ParaPropertyPanel::EndSpacingPopupMode (void) ...@@ -381,12 +381,14 @@ void ParaPropertyPanel::EndSpacingPopupMode (void)
void ParaPropertyPanel::EndBulletsPopupMode (void) void ParaPropertyPanel::EndBulletsPopupMode (void)
{ {
//maUnderlinePopup.Hide(); //i122054, Missed following line, for collapse the bullets popup
maBulletsPopup.Hide();
} }
void ParaPropertyPanel::EndNumberingPopupMode (void) void ParaPropertyPanel::EndNumberingPopupMode (void)
{ {
//maUnderlinePopup.Hide(); //i122054, Missed following line, for collapse the numbering popup
maNumberingPopup.Hide();
} }
......
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