As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
I doubt you can solve it without changing any code. It is most probably a bug that triggers in hidpi environments.
By the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next versionof codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.
Quote from: icequan233 on March 07, 2017, 01:48:27 pmBy the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next versionof codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.The wxWidgets 3.1 is a development version so it might be missing something.Tim S.
Quote from: stahta01 on March 07, 2017, 02:48:51 pmQuote from: icequan233 on March 07, 2017, 01:48:27 pmBy the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next versionof codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.The wxWidgets 3.1 is a development version so it might be missing something.Tim S.Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!
Quote from: icequan233 on March 07, 2017, 03:20:28 pmQuote from: stahta01 on March 07, 2017, 02:48:51 pmQuote from: icequan233 on March 07, 2017, 01:48:27 pmBy the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next versionof codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.The wxWidgets 3.1 is a development version so it might be missing something.Tim S.Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!Like many FLOSS projects they use this pattern.2.6 production2.7 development2.8 production2.9 development3.0 production3.1 developmentThere is a name for this pattern; but, I do NOT remember it.Tim S.
Quote from: stahta01 on March 07, 2017, 03:51:58 pmQuote from: icequan233 on March 07, 2017, 03:20:28 pmQuote from: stahta01 on March 07, 2017, 02:48:51 pmQuote from: icequan233 on March 07, 2017, 01:48:27 pmBy the way, is it possible that beacuse the wx3.1.0 support scaling but it is incompatible with hidpi ? if possible, the next versionof codeblocks will be waited for while(just my thought), and if so, I must admit I can't slove it for now.The wxWidgets 3.1 is a development version so it might be missing something.Tim S.Yes, I saw the official post, although they released the 3.1.x , it is still a development version. Confused!Like many FLOSS projects they use this pattern.2.6 production2.7 development2.8 production2.9 development3.0 production3.1 developmentThere is a name for this pattern; but, I do NOT remember it.Tim S.Linux kernel development started doing this back in the 2.0, 2.1, 2.2, 2.3, 2.4,2.5,2.6 days.Yves