Gui: Remove CornerNaviCube from OverlayParams and use directly in OverlayManager
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
d1d6f9d13a
commit
54f2ae336d
@@ -663,8 +663,11 @@ public:
|
||||
h -= tabbar->height();
|
||||
|
||||
int naviCubeSize = NaviCube::getNaviCubeSize();
|
||||
int naviCorner = OverlayParams::getDockOverlayCheckNaviCube() ?
|
||||
OverlayParams::getCornerNaviCube() : -1;
|
||||
int naviCorner = OverlayParams::getDockOverlayCheckNaviCube()
|
||||
? App::GetApplication()
|
||||
.GetParameterGroupByPath("User parameter:BaseApp/Preferences/NaviCube")
|
||||
->GetInt("CornerNaviCube", 1)
|
||||
: -1;
|
||||
|
||||
QRect rect;
|
||||
QRect rectBottom(0,0,0,0);
|
||||
|
||||
Reference in New Issue
Block a user