Some code cleanup, adjustments to match ADS coding style
This commit is contained in:
@@ -83,7 +83,8 @@ static void updateDockAreaFocusStyle(CDockAreaWidget* DockArea, bool Focused)
|
||||
#ifdef Q_OS_LINUX
|
||||
static void updateFloatingWidgetFocusStyle(CFloatingDockContainer* FloatingWidget, bool Focused)
|
||||
{
|
||||
if(FloatingWidget->hasNativeTitleBar()){
|
||||
if (FloatingWidget->hasNativeTitleBar())
|
||||
{
|
||||
return;
|
||||
}
|
||||
auto TitleBar = qobject_cast<CFloatingWidgetTitleBar*>(FloatingWidget->titleBarWidget());
|
||||
|
||||
Reference in New Issue
Block a user