Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Layout size
Re: Layout size [message #45074 is a reply to message #45073] Thu, 27 August 2015 20:23 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Klugier wrote on Thu, 27 August 2015 20:03
Hello deep,

Just use NoLayoutZoom() method in your class constructor. Example:
class MyLayoutClass : public WithMyLayoutClassLayout<TopWindow> {
public:
    MyLayoutClass() {
        NoLayoutZoom();
    }
};


NoLayoutZoom() is defined in Ctrl class.

Sincerely,
Klugier


Caution: NoLayoutZoom is not bound to single instance. It is static method and it stops zooming globally (for all layouts).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Help Propblem work buffer
Next Topic: Native DPI
Goto Forum:
  


Current Time: Wed Apr 24 01:13:46 CEST 2024

Total time taken to generate the page: 0.02721 seconds