mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
only use the fix for webkit browsers
This commit is contained in:
parent
76483bf766
commit
070443f811
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
* this exception statement from your version. If you delete this exception
|
* this exception statement from your version. If you delete this exception
|
||||||
* statement from all source files in the program, then also delete it here.
|
* statement from all source files in the program, then also delete it here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (Ext.isWebKit) {
|
||||||
Ext.override(Ext.form.TriggerField, {
|
Ext.override(Ext.form.TriggerField, {
|
||||||
onResize: function(w, h) {
|
onResize: function(w, h) {
|
||||||
Ext.form.TriggerField.superclass.onResize.call(this, w, h);
|
Ext.form.TriggerField.superclass.onResize.call(this, w, h);
|
||||||
|
@ -39,3 +41,4 @@ Ext.override(Ext.form.TriggerField, {
|
||||||
this.wrap.setWidth(w);
|
this.wrap.setWidth(w);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue