Fix "find and replace" initializing with wrong size
Fix the code editor outside the allowed limits.
This commit is contained in:
parent
acd9646ede
commit
5bae3693bf
5 changed files with 9 additions and 8 deletions
|
|
@ -31,11 +31,11 @@
|
|||
#ifndef TAB_CONTAINER_H
|
||||
#define TAB_CONTAINER_H
|
||||
|
||||
#include "scene/gui/control.h"
|
||||
#include "scene/gui/container.h"
|
||||
#include "scene/gui/popup.h"
|
||||
class TabContainer : public Control {
|
||||
class TabContainer : public Container {
|
||||
|
||||
GDCLASS(TabContainer, Control);
|
||||
GDCLASS(TabContainer, Container);
|
||||
|
||||
public:
|
||||
enum TabAlign {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue