Ticket #4609: gui_assure_correct_resolution.patch
File gui_assure_correct_resolution.patch, 392 bytes (added by , 15 years ago) |
---|
-
gui/object.cpp
diff --git a/gui/object.cpp b/gui/object.cpp index f24ce09..ffd9b6d 100644
a b GuiObject::~GuiObject() { 42 42 43 43 void GuiObject::reflowLayout() { 44 44 if (!_name.empty()) { 45 g_gui.checkScreenChange(); 46 45 47 if (!g_gui.xmlEval()->getWidgetData(_name, _x, _y, _w, _h)) { 46 48 error("Could not load widget position for '%s'", _name.c_str()); 47 49 }