is_visible to get_visible (gtkmm3)
This commit is contained in:
parent
ac3ef9f469
commit
ea8358c661
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ bool
|
|||
Panel::is_shown() const
|
||||
{
|
||||
//REQUIRE(dockItem != NULL);
|
||||
return dockItem.is_visible();
|
||||
return dockItem.get_visible();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue