Browse Source

Correct function doc block

6.0.7
Mark Roszko 5 years ago
parent
commit
356584d454
  1. 4
      include/tool/action_toolbar.h

4
include/tool/action_toolbar.h

@ -276,9 +276,7 @@ public:
*
* The standard Realize() draws both horizontal and vertical to determine sizing
* However with many icons, potato PCs, etc, you can actually see that double draw
* We don't actually need to determine the opposite sizing if we are doing fixed orientation
*
* This function handles the fixed orientation sizing and passes off to the original Realize() otherwise
* This custom function avoids the double draw if the HORIZONTAL or VERTICAL toolbar properties are set.
*/
bool KiRealize();

Loading…
Cancel
Save