mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Add another typo fix
This commit is contained in:
parent
2a13fe0e7f
commit
12763647b6
@ -270,7 +270,7 @@ struct DockAreaWidgetPrivate
|
|||||||
DockAreaWidgetPrivate(CDockAreaWidget* _public);
|
DockAreaWidgetPrivate(CDockAreaWidget* _public);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convencience function to ease components factory access
|
* Convenience function to ease components factory access
|
||||||
*/
|
*/
|
||||||
QSharedPointer<ads::CDockComponentsFactory> componentsFactory() const
|
QSharedPointer<ads::CDockComponentsFactory> componentsFactory() const
|
||||||
{
|
{
|
||||||
@ -379,10 +379,10 @@ void DockAreaWidgetPrivate::updateTitleBarButtonStates()
|
|||||||
|
|
||||||
if (_this->isAutoHide())
|
if (_this->isAutoHide())
|
||||||
{
|
{
|
||||||
if (CDockManager::testAutoHideConfigFlag(CDockManager::AutoHideHasCloseButton))
|
if (CDockManager::testAutoHideConfigFlag(CDockManager::AutoHideHasCloseButton))
|
||||||
{
|
{
|
||||||
TitleBar->button(TitleBarButtonClose)->setEnabled(
|
TitleBar->button(TitleBarButtonClose)->setEnabled(
|
||||||
_this->features().testFlag(CDockWidget::DockWidgetClosable));
|
_this->features().testFlag(CDockWidget::DockWidgetClosable));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user