summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-12-05 09:56:17 +0000
committerNoel Power <noel.power@novell.com>2011-12-05 09:57:12 +0000
commit9cff030fa15f89fa1009fbb3827ab11c43c20b04 (patch)
tree7a2cc323b2df30d253b8911d25aeaadd78c9d6cb /framework
parentc2f62c8cb30975e3cd46c4800e738f3f010ecb3e (diff)
add some form control support for basic dialogs
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 01adbe52394d..3c2896eac8bc 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -456,7 +456,9 @@ void ToolBarManager::UpdateImageOrientation()
m_pToolBar->SetItemImageAngle( nId, m_lImageRotation );
}
if ( pIter->second.bMirrored )
+ {
m_pToolBar->SetItemImageMirrorMode( nId, m_bImageMirrored );
+ }
}
}
}