Kaydet (Commit) 96096e27 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix kde4

Change-Id: Id34bc6fbdbdc3c1f0b99ef9807fb7d27a00aec50
üst c5c20942
......@@ -839,7 +839,7 @@ bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part,
if( part == PART_BORDER )
{
int nFrameWidth = static_cast< KDESalInstance* >(GetSalData()->m_pInstance)->getFrameWidth();
sal_uInt16 nStyle = val.getNumericVal();
auto nStyle = static_cast<DrawFrameFlags>(val.getNumericVal());
if( nStyle & DrawFrameFlags::NoDraw )
{
// in this case the question is: how thick would a frame be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment