Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5

This commit is contained in:
Michal Čihař 2012-04-12 10:17:04 +02:00
commit 161c30959a

View File

@ -561,7 +561,7 @@ function moreOptsMenuResize() {
var $table = $("table#tablestructure");
// don't use More menu if we're only showing icons and no text
if ($table.hasClass("PropertiesIconic")) {
if ($table.length == 0 || $table.hasClass("PropertiesIconic")) {
return;
}