juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.57k stars 1.74k forks source link

Xenial UNITY display issue with full-screen #116

Closed Lewiscowles1986 closed 4 years ago

Lewiscowles1986 commented 8 years ago

1) Steps to reproduce

cd ~/
git clone https://github.com/julianstorer/JUCE
cd JUCE/Examples/HelloWorld/Builds/Linux
make
cd build
./HelloWorld

2) Expectations

image

Maximizing the window takes the entire screen size, which seems to interfere with unity.

  • Presentation of window controls is well designed, or conforms to OS standards (nice to have, complex issue as is subjective) :confused:

image

Note the window handle icons seem to be slightly non-uniformly aligned with close having a larger gap between than other handles.

3) Ubuntu Xenial 16.04 (All updates applied) 4) x64 architecture

Output of uname -a

Linux lewis-HP-ENVY-17-Notebook-PC 4.4.0-42-generic #62-Ubuntu SMP Fri Oct 7 23:11:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

5) N/A 6) N/A 7) N/A

Juice version

image

ed95 commented 4 years ago

Looks like this has been fixed as of JUCE 5.4.5. Feel free to re-open this issue if not.