QuickToolBar: bugfix

This commit is contained in:
Thomas Hartmann
2010-08-06 10:54:47 +02:00
parent 463f83630f
commit b3aff7b341

View File

@@ -321,7 +321,7 @@ bool ContextPaneWidget::setType(const QStringList &types)
bool ContextPaneWidget::acceptsType(const QStringList &types) bool ContextPaneWidget::acceptsType(const QStringList &types)
{ {
return types.contains("Text") || m_easingWidget->acceptsType(types) || return types.contains("Text") || m_easingWidget->acceptsType(types) ||
types.contains("Rectangle") || types.contains("Image"); types.contains("Rectangle") || types.contains("Image") || types.contains("BorderImage");
} }
void ContextPaneWidget::onTogglePane() void ContextPaneWidget::onTogglePane()