Kaydet (Commit) be6e39f0 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS frmcontrols04 (1.3.502); FILE MERGED

2004/06/15 14:28:31 fs 1.3.502.2: RESYNC: (1.3-1.4); FILE MERGED
2004/04/16 10:11:02 dv 1.3.502.1: #i26046# RadioButton::GetImage() replaced with GetModeRadioImage()
üst 87489bd5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: hangulhanjadlg.cxx,v $ * $RCSfile: hangulhanjadlg.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: obo $ $Date: 2004-04-27 15:46:27 $ * last change: $Author: obo $ $Date: 2004-07-05 15:48:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -314,7 +314,7 @@ namespace svx ...@@ -314,7 +314,7 @@ namespace svx
HideFocus(); HideFocus();
// calculate the size of the radio image - we're to paint our text _after_ this image // calculate the size of the radio image - we're to paint our text _after_ this image
DBG_ASSERT( !GetImage(), "RubyRadioButton::Paint: images not supported!" ); DBG_ASSERT( !GetModeRadioImage(), "RubyRadioButton::Paint: images not supported!" );
Size aImageSize = GetRadioImage( GetSettings(), 0 ).GetSizePixel(); Size aImageSize = GetRadioImage( GetSettings(), 0 ).GetSizePixel();
aImageSize.Width() = CalcZoom( aImageSize.Width() ); aImageSize.Width() = CalcZoom( aImageSize.Width() );
aImageSize.Height() = CalcZoom( aImageSize.Height() ); aImageSize.Height() = CalcZoom( aImageSize.Height() );
......
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