Modified to resize base window on recompute_layout 38/96538/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 9 Nov 2016 08:30:54 +0000 (17:30 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 9 Nov 2016 08:30:54 +0000 (17:30 +0900)
Change-Id: Ie7261a9283d99af27e7ce3fe57bf77a4a8b1a994

scl/sclresourcecache.cpp

index 39c6838..5218afe 100644 (file)
@@ -1071,10 +1071,10 @@ CSCLResourceCache::recompute_layout(sclwindow window)
             (*pCurLayout).mouse_manipulate_y *= utils->get_custom_scale_rate_y();
 
             /* Resize window */
-            /*if (windows->is_base_window(window)) {
+            if (windows->is_base_window(window)) {
                 windows->resize_window(window, mCurBaseLayout.width, mCurBaseLayout.height);
                 windows->resize_window(windows->get_dim_window(), mCurBaseLayout.width, mCurBaseLayout.height);
-            }*/
+            }
 
             /* EFL testing */
             if (window) {