merged group-box change
svn: r74
This commit is contained in:
parent
2cd93d521e
commit
07279e6286
|
@ -154,7 +154,10 @@ void wxGroupBox::Refresh(void)
|
|||
|
||||
void wxGroupBox::SetPhantomSize(int w, int h)
|
||||
{
|
||||
phantom_height = h;
|
||||
if (phantom_height != h) {
|
||||
phantom_height = h;
|
||||
OnClientAreaDSize(0, 1, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
|
@ -229,7 +229,10 @@ void wxTabChoice::Refresh(void)
|
|||
|
||||
void wxTabChoice::SetPhantomSize(int w, int h)
|
||||
{
|
||||
phantom_height = h;
|
||||
if (phantom_height != h) {
|
||||
phantom_height = h;
|
||||
OnClientAreaDSize(0, 1, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
extern Bool wx_propagate_key;
|
||||
|
|
Loading…
Reference in New Issue
Block a user