[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IDE: Console hidden


El 12/10/24 a las 16:42, Benoît Minisini escribió:
Never succeeded in reproducing that bug nor fixing it. :-/
It seems to me that the “problem” appears when writing the panel heats in settings

  Settings.Write(panDebug, “panDebug”)

if for some reason the panel has a zero value, it will show a value of zero.

I can think of two solutions:

Whenever the panel height is altered avoid the value to be 0.

Save the panel value in the .Tag (never 0) and retrieve it before saving in:

  Settings.Write(panDebug, “panDebug”)

Regards.

Martin.


Follow-Ups:
Re: IDE: Console hiddenBruce Steers <bsteers4@xxxxxxxxx>
Re: IDE: Console hiddenBruce Steers <bsteers4@xxxxxxxxx>
References:
IDE: Console hiddenSystem64 Development <64xcode@xxxxxxxxx>
Re: IDE: Console hiddenBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: IDE: Console hiddenSystem64 Development <64xcode@xxxxxxxxx>
Re: IDE: Console hiddenBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>