Skip to content

Commit bd83080

Browse files
committed
@mbridak Fixed TAB focus when bandmap is active.
1 parent 8f1cd69 commit bd83080

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
- [24-12-15] Fixed Button focus policy in the bandmap window.
34
- [24-12-14] Changed method of detecting fldigi QSOs. See docs.
45
- [24-12-12] Add a try exception for a unicode decode error.
56
- [24-12-11-1] Add RTC to RAC Canada Day, ARRL VHF, ARRL Field Day, ARRL SS, ARRL DX, 10 10

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
208208

209209
## Recent Changes (Polishing the Turd)
210210

211+
- [24-12-15] Fixed Button focus policy in the bandmap window.
211212
- [24-12-14] Changed method of detecting fldigi QSOs. See docs.
212213
- [24-12-12] Add a try exception for a unicode decode error.
213214
- [24-12-11-1] Add RTC to RAC Canada Day, ARRL VHF, ARRL Field Day, ARRL SS, ARRL DX, 10 10

not1mm/data/bandmap.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
<height>27</height>
179179
</size>
180180
</property>
181+
<property name="focusPolicy">
182+
<enum>Qt::NoFocus</enum>
183+
</property>
181184
<property name="text">
182185
<string>🗑 Marked</string>
183186
</property>

not1mm/lib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""It's the version"""
22

3-
__version__ = "24.12.14"
3+
__version__ = "24.12.15"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "not1mm"
7-
version = "24.12.14"
7+
version = "24.12.15"
88
description = "NOT1MM Logger"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)