Browse Source

回滚不必要的改动

feature/ru^2
zack 1 month ago
parent
commit
a8814c9bd2
  1. 2
      designer-base/src/main/java/com/fr/design/gui/frpane/CommitTabbedPane.java

2
designer-base/src/main/java/com/fr/design/gui/frpane/CommitTabbedPane.java

@ -218,7 +218,7 @@ public class CommitTabbedPane extends JComponent implements MouseListener, Mous
while (true) { while (true) {
//从提交1开始 //从提交1开始
count = count == 0 ? 1 : count; count = count == 0 ? 1 : count;
String newName = prefix + StringUtils.BLANK + count; String newName = prefix + count;
boolean repeated = false; boolean repeated = false;
for (int i= 0;i < getTabCount();i++) { for (int i= 0;i < getTabCount();i++) {
if (ComparatorUtils.equals( ((DBManipulationPane)dbManipulationPaneList.get(i)).getSubMitName(), newName)) { if (ComparatorUtils.equals( ((DBManipulationPane)dbManipulationPaneList.get(i)).getSubMitName(), newName)) {

Loading…
Cancel
Save