1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:09:42 +00:00

Merge branch 'editbox_log_spam' into 'master'

Fix MyGUI log spam when post processing HUD is open

Closes #7131

See merge request OpenMW/openmw!2996
This commit is contained in:
Tetramir 2023-05-05 13:56:11 +00:00
commit 1b3dc232f1
2 changed files with 1 additions and 1 deletions

View file

@ -46,6 +46,7 @@
Bug #7088: Deleting last save game of last character doesn't clear character name/details
Bug #7092: BSA archives from higher priority directories don't take priority
Bug #7122: Teleportation to underwater should cancel active water walking effect
Bug #7131: MyGUI log spam when post processing HUD is open
Bug #7163: Myar Aranath: Wheat breaks the GUI
Bug #7172: Current music playlist continues playing indefinitely if next playlist is empty
Bug #7229: Error marker loading failure is not handled

View file

@ -69,7 +69,6 @@
<Widget type="AutoSizedTextBox" skin="SandText" name="Label" align="Top Right">
<UserString key="HStretch" value="true"/>
<UserString key="VStretch" value="true"/>
<Property key="Padding" value="8"/>
<Property key="TextAlign" value="Left Top"/>
<Property key="NeedMouse" value="true"/>
</Widget>