Skip to content
  • Eugene Popov's avatar
    [ZoomComboBox] Override showPopup instead of mousePressEvent · df6bdad0
    Eugene Popov authored
    There is no need to override mousePressEvent to perform some actions exactly before the popup is displayed, as there is a special virtual function showPopup for that. Using this function (instead of mousePressEvent) makes the code more descriptive and avoids possible issues.
    df6bdad0