- Timestamp:
- 12/12/11 14:29:14 (6 months ago)
- Files:
-
- 1 modified
-
branches/e4fix/WINDOW/AW_window.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/e4fix/WINDOW/AW_window.cxx
r8287 r8299 1820 1820 if (height>aww->_at->max_y_size) aww->_at->max_y_size = height; 1821 1821 1822 bool has_user_geometry = false; 1822 1823 if (!GBS_read_hash(root->hash_for_windows, aww->get_window_id())) { 1823 1824 GBS_write_hash(root->hash_for_windows, aww->get_window_id(), (long)aww); 1824 bool has_user_geometry = false;1825 1825 1826 1826 aww->create_user_geometry_awars(posx, posy, width, height); 1827 1827 } 1828 { 1828 1829 int user_width, user_height; aww->get_size_from_awars(user_width, user_height); 1829 1830 int user_posx, user_posy; aww->get_pos_from_awars(user_posx, user_posy); … … 1846 1847 } 1847 1848 } 1848 1849 1849 1850 if (allow_resize) { 1850 1851 // create the window big enough to ensure that all widgets
