U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Tue Sep 22 11:33:40 GMT+2 2026

Total time taken to generate the page: 0.01645 seconds