Author: alg
Date: Tue Mar 19 12:00:42 2013
New Revision: 1458237

URL: http://svn.apache.org/r1458237
Log:
i121788 corrected popup time of AreaTransparencyGradientPopup so that it stays 
open as long as the user manipulates the popup

Modified:
    
openoffice/branches/sidebar/main/svx/source/sidebar/area/AreaPropertyPanel.cxx

Modified: 
openoffice/branches/sidebar/main/svx/source/sidebar/area/AreaPropertyPanel.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/source/sidebar/area/AreaPropertyPanel.cxx?rev=1458237&r1=1458236&r2=1458237&view=diff
==============================================================================
--- 
openoffice/branches/sidebar/main/svx/source/sidebar/area/AreaPropertyPanel.cxx 
(original)
+++ 
openoffice/branches/sidebar/main/svx/source/sidebar/area/AreaPropertyPanel.cxx 
Tue Mar 19 12:00:42 2013
@@ -676,7 +676,10 @@ void AreaPropertyPanel::ImpUpdateTranspa
                 mpMTRTransparent->SetValue(nValue);
             }
 
-            maTrGrPopup.Hide();
+            if(!bZeroValue)
+            {
+                maTrGrPopup.Hide();
+            }
         }
 
         if(bZeroValue && mpFloatTransparenceItem.get())
@@ -762,9 +765,9 @@ void AreaPropertyPanel::ImpUpdateTranspa
         mpBTNGradient->Disable();
         mpBTNGradient->Hide();
     }
+}
 
 
-}
 
 void AreaPropertyPanel::NotifyItemUpdate( 
     sal_uInt16 nSID, 


Reply via email to