Emulator Issues #14019
closedTAS input window is not size-responsive
0%
Description
Game Name?: N/A
What's the problem? Describe what went wrong.
Since 2603-194, if the size of the TAS input window is reduced scrollbars appear, instead of reducing the size of the sticks and the width of cursors
What steps will reproduce the problem?
- Update dolphin on the dev branch
- Press movie -> TAS input
- Reduce the size of a window
- scrollbars appear
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Yes, 2603-202
Is the issue present in the latest release? For future reference, please also write down the version number of the latest release.
No, 2603a
If the issue isn't present in the latest release, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)
2603-194
If your issue is a graphical issue, please attach screenshots and record a three frame fifolog of the issue if possible. Screenshots showing what it is supposed to look like from either console or older builds of Dolphin will help too. For more information on how to use the fifoplayer, please check here: https://wiki.dolphin-emu.org/index.php?title=FifoPlayer
N/A
What are your PC specifications? (CPU, GPU, Operating System, more)
Operating System: Windows 11 24H2 - insider release preview
CPU: AMD ryzen 7 7730U 8 cores 2 GHz
GPU: AMD integrated graphics - 2048 MB VRAM 2 GHz main clock
RAM: 16 GB
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
video capture in the files
Files
Updated by Dentomologist about 1 month ago
ยท Edited
- Status changed from New to Fix pending
https://github.com/dolphin-emu/dolphin/pull/14548
Technically the size is still responsive, but 2603-194 doubled the minimum size of the stick and IR widgets. Since the minimum size gets used to set the initial size, trying to shrink them any further doesn't work.
Updated by JosJuice about 1 month ago
- Status changed from Fix pending to Fixed
- Fixed in set to 2603-221