dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
640 stars 114 forks source link

"Full screen" option does not work if window is already maximized #209

Closed dziemborowicz closed 3 years ago

dziemborowicz commented 3 years ago

The current development version of Hourglass at 71636240bcff8b09a1eda2f7472f661cb7fe945a has a bug where selecting the "Full screen" option does not work if the window is already maximized.

Repro steps:

  1. Launch Hourglass.
  2. Maximize the window.
  3. Right-click and set "Full screen".

Expected: Window should cover the entire screen (taskbar should not be visible).

Actual: Window remains maximized but does not cover the entire screen (taskbar is visible).