When I resize the window either by dragging the borders or by pressing the "maximize button", the application stops responding. It doesn't crash, there is no segfault, it just stalls until I kill the process.
Worth mentioning that when I press the "maximize button", sometimes it works right but mostly it doesn't.
The build was configured with the gcc-x86_64-linux-gnu preset and the program built with the gcc-x86_64-linux-gnu-debug preset.
When I resize the window either by dragging the borders or by pressing the "maximize button", the application stops responding. It doesn't crash, there is no segfault, it just stalls until I kill the process.
Worth mentioning that when I press the "maximize button", sometimes it works right but mostly it doesn't.
The build was configured with the
gcc-x86_64-linux-gnupreset and the program built with thegcc-x86_64-linux-gnu-debugpreset.