Kaydet (Commit) ce2e94f2 authored tarafından Katarina Machalkova's avatar Katarina Machalkova

Let's make 'Add' button clickable at any time ...

... not only when last condition in the list is checked
üst 25934437
...@@ -959,8 +959,7 @@ IMPL_LINK( ScConditionalFormatDlg, BtnHdl, PushButton*, pBtn ) ...@@ -959,8 +959,7 @@ IMPL_LINK( ScConditionalFormatDlg, BtnHdl, PushButton*, pBtn )
else if ( pBtn == &aBtnAdd ) else if ( pBtn == &aBtnAdd )
{ {
if ( ppEntries[ nEntryCount - 1 ] ) AddEntry();
AddEntry();
aScrollBar.SetThumbPos( nEntryCount - 3 ); aScrollBar.SetThumbPos( nEntryCount - 3 );
SliderMoved(); SliderMoved();
aEdtCond31.GrabFocus(); aEdtCond31.GrabFocus();
......
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