Skip to content

Commit 779da71

Browse files
committed
NewContact: Start Time is reset when the Callsign becomes empty
1 parent be46468 commit 779da71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/NewContactWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ void NewContactWidget::callsignChanged()
396396

397397
if ( callsign.isEmpty() )
398398
{
399+
updateTime();
399400
stopContactTimer();
400401
}
401402
else

0 commit comments

Comments
 (0)