flutter: Don't say we have 1 tab, there's 0 still
as the implementation isn't done yet, should fix a crash
This commit is contained in:
@@ -40,7 +40,7 @@ void Stack_flutter::init()
|
||||
|
||||
int Stack_flutter::numDockWidgets() const
|
||||
{
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Stack_flutter::removeDockWidget(Controllers::DockWidget *)
|
||||
|
||||
Reference in New Issue
Block a user