Commit 6829def4 authored by Antoine Cellerier's avatar Antoine Cellerier

hum, forgot to set the default value

parent 1d163084
...@@ -321,6 +321,7 @@ void SkinParser::handleBeginElement( const string &rName, AttrList_t &attr ) ...@@ -321,6 +321,7 @@ void SkinParser::handleBeginElement( const string &rName, AttrList_t &attr )
RequireDefault( "id" ); RequireDefault( "id" );
RequireDefault( "font" ); RequireDefault( "font" );
CheckDefault( "visible", "true" ); CheckDefault( "visible", "true" );
CheckDefault( "flat", "false" );
CheckDefault( "x", "0" ); CheckDefault( "x", "0" );
CheckDefault( "y", "0" ); CheckDefault( "y", "0" );
CheckDefault( "width", "0" ); CheckDefault( "width", "0" );
......
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