Skip to content
This repository was archived by the owner on Sep 24, 2022. It is now read-only.

Commit 52d44a5

Browse files
RenlarRenlar
authored andcommitted
minor bugfix delete method did not clear selectedRecord.
1 parent baa0357 commit 52d44a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/awana/database/DirectoryPage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ public void updateRecordData() {
234234
}
235235

236236
public void clearRecordData() {
237+
selectedRecord = null;
237238
recordData.removeAll();
238239
}
239240

0 commit comments

Comments
 (0)