Initialize the padding variables. This could be the solution to the problems with non-bordered windows like KRunner and Yakuake.
Anyone experience this problem please test and report if you still have crashes. CCBUG: 196877 svn path=/trunk/KDE/kdebase/workspace/; revision=1001997
This commit is contained in:
parent
c30f25ca29
commit
807891fcb0
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ Client::Client( Workspace* ws )
|
|||
, sm_stacking_order( -1 )
|
||||
, demandAttentionKNotifyTimer( NULL )
|
||||
, paintRedirector( 0 )
|
||||
, padding_left( 0 )
|
||||
, padding_right( 0 )
|
||||
, padding_top( 0 )
|
||||
, padding_bottom( 0 )
|
||||
{ // TODO: Do all as initialization
|
||||
|
||||
// Set the initial mapping state
|
||||
|
|
Loading…
Reference in a new issue