livecode / livecode-ide

LiveCode cross-platform development environment (IDE)
https://livecode.com/
32 stars 70 forks source link

fixes bug 16880 by setting the minHeight of the menubar #2118

Closed mwieder closed 1 year ago

mwieder commented 4 years ago

On linux disabling viewing both text and icons on the menubar will cause a loop short enough to hang not only LiveCode but the entire linux desktop. This is because the height of the menubar drops below the minimum specified height of 23, causing a recursive resize. The details are at https://quality.livecode.com/show_bug.cgi?id=16880#c9 . This patch sets the minimum height for the menubar to 19, which is below the menubar height with both text and icon views disabled.