Merge pull request #62522 from Calinou/html5-editor-no-maximize-on-start-3.x
Fix window maximize error message appearing when starting the web editor (3.x)
This commit is contained in:
commit
2882eaab28
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ Size2 OS_JavaScript::get_window_size() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void OS_JavaScript::set_window_maximized(bool p_enabled) {
|
void OS_JavaScript::set_window_maximized(bool p_enabled) {
|
||||||
WARN_PRINT_ONCE("Maximizing windows is not supported for the HTML5 platform.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OS_JavaScript::is_window_maximized() const {
|
bool OS_JavaScript::is_window_maximized() const {
|
||||||
|
|
Loading…
Reference in a new issue