Toinane / colorpicker

A mininal but complete colorpicker desktop app
https://colorpicker.fr
GNU General Public License v3.0
1.6k stars 120 forks source link

Windows maximize/minimize button bug #51

Open rodrigorhas opened 5 years ago

rodrigorhas commented 5 years ago

Only maximize behavior is working as expected, the same one cant minimize when fired again. so when maximized, the app stills maximized untill manually resize with drag

Toinane commented 5 years ago

On which OS you have this issue? I don't have this issue on macOS as you can see: screen gif

stefnotch commented 5 years ago

I can reproduce this bug on Windows. Here is a little GIF 2019-04-17_20-47-58

As you can see, when pressing the maximize button, it only sets the width and height to the width and height of the screen. It doesn't seem to actually maximize it (you can't resize a maximized app on Windows).

Also, making it small again/minimizing it doesn't work. It just attempts to maximize it again, even if it's already "maximized".

zalmanlew commented 4 years ago

Can confirm this bug on Windows 10 as well