Skip to content

Commit c8c3b92

Browse files
Fixed inputlogs not being cleared when canceling the window
1 parent 5917711 commit c8c3b92

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ChangeLog
22

3+
0.1.10.13 (unreleased)
4+
Fixed inputlogs not being cleared when canceling the window
5+
36
0.1.10.12
47
Fixed inputlocks not being cleared when setting FocusFollowsMouse
58

ClickThroughBlocker/OneTimePopup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ void PopUpWindow(int id)
101101
if (GUILayout.Button(cancelStr))
102102
{
103103
visible = false;
104+
ClearInputLocks.ClearInputLocksToggle();
104105
Destroy(this);
105106
}
106107
GUILayout.EndHorizontal();

changelog.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ KERBALCHANGELOG
55
license = Lesser GPLv3
66
author = Linuxgurugamer
77

8+
9+
10+
11+
VERSION
12+
{
13+
version = 0.1.10.13
14+
CHANGE
15+
{
16+
change = Fixed inputlogs not being cleared when canceling the window
17+
type = update
18+
}
19+
}
20+
VERSION
21+
{
22+
version = 0.1.10.12
23+
CHANGE
24+
{
25+
change = Fixed inputlocks not being cleared when setting FocusFollowsMouse
26+
type = update
27+
}
28+
}
829
VERSION
930
{
1031
version = 0.1.10.11

0 commit comments

Comments
 (0)