[SSE] Fix Bug 38333
This commit is contained in:
parent
5e63b7217f
commit
85d9508556
|
@ -1078,7 +1078,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible())) {
|
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible()) && !(me.currentMenu && me.currentMenu.isVisible())) {
|
||||||
var data = dataarray[index_filter-1],
|
var data = dataarray[index_filter-1],
|
||||||
str = me.makeFilterTip(data.asc_getFilter());
|
str = me.makeFilterTip(data.asc_getFilter());
|
||||||
if (filterTip.ref && filterTip.ref.isVisible()) {
|
if (filterTip.ref && filterTip.ref.isVisible()) {
|
||||||
|
|
Loading…
Reference in a new issue