joel16 / NX-Shell

A multi-purpose file manager for the Nintendo Switch.
GNU General Public License v2.0
948 stars 64 forks source link

Wierd display wierdness #78

Closed fennectech closed 4 years ago

fennectech commented 4 years ago

2020041421485000-DB1426D1DFD034027CECDE9C2DD914B8 2020041421482200-DB1426D1DFD034027CECDE9C2DD914B8

Deleted all the logs and config after updating it.

fennectech commented 4 years ago

config.json { "config_ver": 0, "sort": 0, "dark_theme": 1, "last_dir": "/" }

imgui.ini

`[Window][Debug##Default] Pos=60,60 Size=400,400 Collapsed=0

[Window][NX-Shell] Pos=60,60 Size=32,100 Collapsed=0`

Zidapi82 commented 4 years ago

The new default settings aren’t set up correctly, it’s an easy fix for the dev.

In the meantime make the following adjustments to the [Window][NX-Shell] entry in the imgui.ini to restore functionality.

[Window][NX-Shell] Pos=0,0 Size=1280,720 Collapsed=0

joel16 commented 4 years ago

The new default settings aren’t set up correctly, it’s an easy fix for the dev.

Actually it is set-up. It was always working fine for me on an older version of imGui. It's just that my imGui config didn't change when I applied the newer versions, and at some point it broke. https://github.com/joel16/NX-Shell/blob/next/source/gui.cpp#L308

joel16 commented 4 years ago

Fixed with https://github.com/joel16/NX-Shell/commit/646da45c5f7ca81b99317e0efd712959214bf234