Fix shrinking height on each start of ide - #388
Open
Shardik-PB wants to merge 8 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every time the PureBasic IDE is started on MacOS, the height of IDE window is decreased.
This bug was posted Bugs - MacOSX.
I have tested 8 different PureBasic versions on MacOS 15.7.7 'Sequoia' and also on Windows 11 (x86 and x64). On Windows in no PB version the shrinking of the PureBasic IDE window occurs after closing and opening the IDE. On MacOS only the PB versions 5.46, 6.04, 6.12 and 6.21 keep a constant height. The other tested versions show the shrinking bug.
Hardware: iMac 2019 27' 5K (5120 x 2880) with Intel processor
MacOS Sequoia 15.7.7
Resolution : 2560 x 1440 (Default)
Scaling : 200 %
DesktopHeight(0): 1440
PureBasic.Prefs
Windows 11 25H2 x64
Resolution : 3840 x 2160 (Default)
Scaling : 150 % (recommended)
DesktopHeight(0): 2160
PureBasic.Prefs
The version "PB 6.41 patched" contains the suggested fix and doesn't show the shrinking bug anymore.