View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004725 | The Dark Mod | GUI | public | 06.01.2018 14:29 | 18.07.2018 16:31 |
Reporter | AluminumHaste | Assigned To | Obsttorte | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | X64 | OS | Windows | OS Version | 7 |
Product Version | TDM 2.06 | ||||
Target Version | TDM 2.07 | Fixed in Version | TDM 2.07 | ||
Summary | 0004725: When clicking EAX on/off there's 2 mouse cursors on screen | ||||
Description | When toggling EAX setting you get a popup, and there's 2 mouse cursors. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
This also happens in 2.05. (Did you not test it there?) It's a minor issue. The cursor for the message box is active. The cursor in the background is not. Moving to 2.07. |
|
I see, I've never noticed it before, but it does indeed affect 2.05. | |
This is the case for changing the audio settings to an unsupported Surround Sound setup, too. (If I want to change to Dolby 7.1, for example). It is not the case for the popup message shown when reloading the script files via reloadScript in the console. The latter one uses the gui specified in guis/mainmenu_message.gui. I wasn't able to find the gui used for the eax and Surround Sound settings, though. |
|
I think mainmenu_settings_audio.gui describes surround sound and eax menus. | |
Gui options fire off sound commands to the sdk. Sound commands from gui events. Session_menu.cpp:807 Message box logic. (Where the double mouse issue comes from) Session_menu.cpp:1119 |
|
The idUserInterface class does not implement a function to hide the cursor it seems. A simple "fix" is to hide the cursor of the menu gui behind the prompt. I tested it and it works well. Uploaded with rev #7580 (The line in the code is marked with my name). |
|
See above | |
Date Modified | Username | Field | Change |
---|---|---|---|
06.01.2018 14:29 | AluminumHaste | New Issue | |
06.01.2018 14:29 | AluminumHaste | File Added: post-529-0-11508000-1515203157.jpg | |
07.01.2018 17:10 | grayman | Note Added: 0009987 | |
07.01.2018 17:10 | grayman | Target Version | TDM 2.06 => TDM 2.07 |
07.01.2018 18:06 | AluminumHaste | Note Added: 0009989 | |
28.05.2018 14:26 | stgatilov | Relationship added | related to 0004658 |
18.07.2018 10:01 | Obsttorte | Note Added: 0010696 | |
18.07.2018 13:11 | stgatilov | Note Added: 0010698 | |
18.07.2018 14:26 | Durandall | Note Added: 0010699 | |
18.07.2018 16:30 | Obsttorte | Note Added: 0010701 | |
18.07.2018 16:30 | Obsttorte | Assigned To | => Obsttorte |
18.07.2018 16:30 | Obsttorte | Status | new => assigned |
18.07.2018 16:31 | Obsttorte | Note Added: 0010702 | |
18.07.2018 16:31 | Obsttorte | Status | assigned => resolved |
18.07.2018 16:31 | Obsttorte | Fixed in Version | => TDM 2.07 |
18.07.2018 16:31 | Obsttorte | Resolution | open => fixed |