Browse Source
Merge in DESIGN/design from ~CARLSON/design:release/11.0 to release/11.0 * commit 'befb07057e615a4ffca3149a774004c6e50c125c': fix: 保留“=” #none fix: 替换图表用到的TinyFormulaPane #REPORT-102440 REPORT-102440 fix:清除公式内容后不显示"$$$" REPORT-102520 fix:代码质量 REPORT-102520 fix:面板样式优化release/11.0
Carlson-洪金阳
1 year ago
48 changed files with 208 additions and 136 deletions
@ -0,0 +1,17 @@
|
||||
package com.fr.design.formula; |
||||
|
||||
import com.fr.base.BaseFormula; |
||||
|
||||
/** |
||||
* @author Carlson |
||||
* @version 11.0 |
||||
* Created by Carlson on 2023/8/14 17:15 |
||||
* @description |
||||
**/ |
||||
public class DefaultTinyFormulaPane extends TinyFormulaPane{ |
||||
|
||||
@Override |
||||
protected void populateTextField(BaseFormula fm) { |
||||
formulaTextField.setText(fm.getContent()); |
||||
} |
||||
} |
Loading…
Reference in new issue