numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

[GLITCH] If window is minimized, double-clicking on script file won't scale the editor correctly #41

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Describe the bug If the window is minimized and one double-clicks on a script file so that it opens up in the already running instance, then the editor does not cover the whole window area.

To Reproduce Steps to reproduce the behavior:

  1. Minimize window
  2. Double click on any script file
  3. See error

Expected behavior The editor window covers the whole available area.

Screenshots grafik

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

The main call goes through void NumeReWindow::EvaluateCommandLine(wxArrayString& wxArgV). Simplest solution here would be to check, whether the app is iconized and then to maximize it again.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST