mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01:00 
			
		
		
		
	Fix documentation of colorButton
This commit is contained in:
		@@ -393,7 +393,7 @@ colorPicker3 desc ref = liftIO do
 | 
			
		||||
 | 
			
		||||
-- | Display a color square/button, hover for details, return true when pressed.
 | 
			
		||||
--
 | 
			
		||||
-- | Wraps @ImGui::ColorButton()@.
 | 
			
		||||
-- Wraps @ImGui::ColorButton()@.
 | 
			
		||||
colorButton :: (MonadIO m, HasSetter ref ImVec4, HasGetter ref ImVec4) => String -> ref -> m Bool
 | 
			
		||||
colorButton desc ref = liftIO do
 | 
			
		||||
  currentValue <- get ref
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user