Run the sample project and have a look at the gif file for illustrating the undesired behavior.
The issue is reproducible only when AllowAero = false.
Workaround:
public RadRibbonForm1()
{
this.AllowAero = false;
InitializeComponent();
this.RootElement.Shape = new RoundRectShape(0);
}