Skip to content
Snippets Groups Projects
Commit c0ca60a1 authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

1. TGCanvas - draws anything only if exposed region is not empty and MAKES it empty,

   thus constant (by nature) function modifies object's state. This makes it impossible
   to paint the same widget twice by calling DoRedraw, the second time exposed region is empty.
   This does not work with cocoa.
2. CreateFontCollection for a specific name always finds only 1 font, not all variations of the same font,
   instead I have to request the full list every time and filter it myself.
3. TGFontDialog: connects signal/slot only for gVirtualX inherited from TGX11 (or TGX11 itself),
   must also work for TGCocoa. all_sizes and all_styles variables also were set incorrectly for TGCocoa
   (initialization uses check InheritsFrom("TGX11")).


git-svn-id: http://root.cern.ch/svn/root/trunk@44185 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6e0abcb2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment