forked from 0x2620/oxjs
fix a regression with regards to dragging/resizing
This commit is contained in:
parent
609f834cd3
commit
16078f0fbd
2 changed files with 12 additions and 12 deletions
|
|
@ -36,7 +36,7 @@ Ox.Button = function(options, self) {
|
|||
selected: false,
|
||||
size: 'medium',
|
||||
// fixme: 'default' or ''?
|
||||
style: 'default', // can be default, checkbox, symbol, or tab
|
||||
style: 'default',
|
||||
title: '',
|
||||
tooltip: '',
|
||||
type: 'text',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue